1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/science/erkale-pseudopotentials/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

25 lines
501 B
Makefile

PORTNAME= erkale-pseudopotentials
DISTVERSION= g20200426
CATEGORIES= science
MAINTAINER= yuri@FreeBSD.org
COMMENT= Pseudopotentials for Erkale, the quantum chemistry program
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
USE_GITHUB= yes
GH_ACCOUNT= susilehtola
GH_PROJECT= erkale
GH_TAGNAME= 870e772f09631b3dbdd99a18e4f3d4786d684a01
NO_BUILD= yes
NO_ARCH= yes
DATADIR= ${LOCALBASE}/share/erkale
do-install:
@cd ${WRKSRC} && ${COPYTREE_SHARE} basis ${STAGEDIR}${DATADIR}
.include <bsd.port.mk>