mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
cf118ccf87
Reported by: lwhsu
18 lines
300 B
Makefile
18 lines
300 B
Makefile
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>
|