svn commit: r390543 - head/biology/protomol

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Jun 25 09:32:19 UTC 2015


Author: amdmi3
Date: Thu Jun 25 09:32:18 2015
New Revision: 390543
URL: https://svnweb.freebsd.org/changeset/ports/390543

Log:
  - Add LICENSE
  - Fix shebangs
  
  Approved by:	porgmgr (bapt)

Modified:
  head/biology/protomol/Makefile

Modified: head/biology/protomol/Makefile
==============================================================================
--- head/biology/protomol/Makefile	Thu Jun 25 08:52:38 2015	(r390542)
+++ head/biology/protomol/Makefile	Thu Jun 25 09:32:18 2015	(r390543)
@@ -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 at 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


More information about the svn-ports-head mailing list