1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/science/nwchem-data/Makefile
Yuri Victorovich e6fb77ce12 New port: science/nwchem-data: Data for NWChem, the computational chemistry software
Split out data from science/nwchem to facilitate flavor creation there.
2019-01-26 22:00:10 +00:00

36 lines
977 B
Makefile

# $FreeBSD$
PORTNAME= nwchem-data
PORTVERSION= 6.8.1.20190125
CATEGORIES= science
MAINTAINER= yuri@FreeBSD.org
COMMENT= Data for NWChem, the computational chemistry software
LICENSE= ECL20
LICENSE_NAME= Educational Community License (ECL) 2.0
LICENSE_FILE= ${WRKSRC}/../LICENSE.TXT
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
USE_GITHUB= yes
GH_ACCOUNT= nwchemgit
GH_PROJECT= nwchem
GH_TAGNAME= master-oct22_2018-71-g3d310890e
WRKSRC_SUBDIR= src
DATADIR= ${PREFIX}/share/nwchem
NO_BUILD= yes
NO_ARCH= yes
do-install:
cd ${WRKSRC}/basis && ${COPYTREE_SHARE} libraries ${STAGEDIR}${DATADIR}
cd ${WRKSRC} && ${COPYTREE_SHARE} data ${STAGEDIR}${DATADIR}
@${MKDIR} ${STAGEDIR}${DATADIR}/libraryps
.for d in development_psps HGH_LDA library1 library2 ofpw_default paw_default pspw_default pspw_new pspw_old Spin_Orbit TETER TM
cd ${WRKSRC}/nwpw/libraryps && ${COPYTREE_SHARE} ${d} ${STAGEDIR}${DATADIR}/libraryps/
.endfor
.include <bsd.port.mk>