d7784cdd16
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.
19 lines
313 B
Makefile
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>
|