summaryrefslogtreecommitdiff
path: root/science/packmol/Makefile
blob: 258cb4887b2358cc218e0fe0b720e905c95a4312 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	packmol
DISTVERSIONPREFIX=	v
DISTVERSION=	21.0.2
CATEGORIES=	science

MAINTAINER=	eduardo@FreeBSD.org
COMMENT=	Creates Initial Configurations for Molecular Dynamics Simulations
WWW=		https://m3g.github.io/packmol/ \
		https://github.com/m3g/packmol/

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		cmake:noninja fortran
USE_GITHUB=	yes
GH_ACCOUNT=	m3g

PLIST_FILES=	bin/packmol

.include <bsd.port.mk>