1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/science/ncrystal/Makefile
Yuri Victorovich 35fad7bec0 science/{,py-}ncrystal: update 3.9.1 → 3.9.2
Reported by:	portscout
2024-08-20 01:42:36 -07:00

26 lines
570 B
Makefile

PORTNAME= ncrystal
DISTVERSIONPREFIX= v
DISTVERSION= 3.9.2
CATEGORIES= science # physics
MAINTAINER= yuri@FreeBSD.org
COMMENT= Library for thermal neutron transport in crystals and other materials
WWW= https://mctools.github.io/ncrystal/
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cmake python shebangfix
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= mctools
SHEBANG_FILES= scripts/* \
cmake/ncrystal-config.in
post-install: # workaround for https://github.com/mctools/ncrystal/issues/150
@${RM} ${STAGEDIR}${PREFIX}/*.sh
.include <bsd.port.mk>