mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
20 lines
367 B
Makefile
20 lines
367 B
Makefile
PORTNAME= packmol
|
|
DISTVERSION= 18.169
|
|
PORTREVISION= 1
|
|
CATEGORIES= science
|
|
|
|
MAINTAINER= jwb@FreeBSD.org
|
|
COMMENT= Pack molecules in defined regions of space
|
|
WWW= http://m3g.iqm.unicamp.br/packmol/home.shtml
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= cmake:noninja fortran
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= mcubeg
|
|
|
|
PLIST_FILES= bin/packmol
|
|
|
|
.include <bsd.port.mk>
|