freebsd-ports/science/packmol/Makefile
Jason W. Bacon d7784cdd16 science/packmol: Pack molecules in defined regions of space
PACKMOL creates an initial point for molecular dynamics simulations by packing
molecules in defined regions of space. The packing guarantees that short range
repulsive interactions do not disrupt the simulations.
2019-09-22 19:06:43 +00:00

19 lines
313 B
Makefile

# $FreeBSD$
PORTNAME= packmol
DISTVERSION= 18.169
CATEGORIES= science
MAINTAINER= jwb@FreeBSD.org
COMMENT= Pack molecules in defined regions of space
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cmake:noninja fortran
USE_GITHUB= yes
GH_ACCOUNT= mcubeg
PLIST_FILES= bin/packmol
.include <bsd.port.mk>