diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-25 17:32:18 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-25 17:32:18 +0800 |
commit | 5e80005e394f96732468465045df660a59e25d14 (patch) | |
tree | 1a48c25875e84f6e756482513feb16e7f83ab172 /biology | |
parent | f825f4c966ddcecf1e1daac723f4625a5025dec8 (diff) | |
download | freebsd-ports-gnome-5e80005e394f96732468465045df660a59e25d14.tar.gz freebsd-ports-gnome-5e80005e394f96732468465045df660a59e25d14.tar.zst freebsd-ports-gnome-5e80005e394f96732468465045df660a59e25d14.zip |
- Add LICENSE
- Fix shebangs
Approved by: porgmgr (bapt)
Diffstat (limited to 'biology')
-rw-r--r-- | biology/protomol/Makefile | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/biology/protomol/Makefile b/biology/protomol/Makefile index e02ace808097..b6c722f081fa 100644 --- a/biology/protomol/Makefile +++ b/biology/protomol/Makefile @@ -3,7 +3,7 @@ PORTNAME= protomol PORTVERSION= 2.0.3 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= biology MASTER_SITES= SF/${PORTNAME}/ProtoMol/${PORTVERSION} DISTFILES= ${DISTNAME}-tar.gz @@ -11,9 +11,20 @@ DISTFILES= ${DISTNAME}-tar.gz MAINTAINER= ports@FreeBSD.org COMMENT= OO, component based, framework for molecular dynamics (MD) simulations +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSE + LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \ libtiff.so:${PORTSDIR}/graphics/tiff +USES= shebangfix +SHEBANG_FILES= examples/butane_4/procDihedralFile.awk \ + examples/butane_4/cleanOutput.bash \ + examples/butane_4/runButaneResults.sh \ + examples/butane_4/runButaneTests.sh +SHEBANG_LANG= awk +awk_OLD_CMD= /usr/bin/gawk +awk_CMD= /usr/bin/awk # base awk works fine in this case GNU_CONFIGURE= yes USES= jpeg USE_XORG= xmu xt sm ice xext x11 xi |