Index: head/science/py-gpaw/Makefile =================================================================== --- head/science/py-gpaw/Makefile (revision 483445) +++ head/science/py-gpaw/Makefile (revision 483446) @@ -1,31 +1,34 @@ # $FreeBSD$ PORTNAME= gpaw DISTVERSION= 1.4.0 PORTREVISION= 2 CATEGORIES= science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org COMMENT= DFT and beyond within the projector-augmented wave method in chemistry LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${PYNUMPY} LIB_DEPENDS= libmpich.so:net/mpich \ libopenblas.so:math/openblas \ libxc.so:science/libxc RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ase>0:science/py-ase@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR} \ ${PYNUMPY} USES= gettext-runtime localbase python shebangfix -GH_ACCOUNT= psychopy USE_PYTHON= distutils concurrent autoplist SHEBANG_FILES= tools/* + +post-patch: + @${REINPLACE_CMD} "s|'/usr/local/|'${LOCALBASE}/|" ${WRKSRC}/gpaw/__init__.py post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/gpaw-python ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/_gpaw.so .include Index: head/science/py-gpaw/pkg-message =================================================================== --- head/science/py-gpaw/pkg-message (nonexistent) +++ head/science/py-gpaw/pkg-message (revision 483446) @@ -0,0 +1,8 @@ +====================================================================== +You installed GPAW, the system for DFT computations in quantum +chemistry. + +In order to use this package you most likely need to also install +science/gpaw-setups that contains data files for electronic +configurations for many elements of the periodic table. +====================================================================== Property changes on: head/science/py-gpaw/pkg-message ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property