Date: Thu, 25 Jun 2015 09:32:19 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390543 - head/biology/protomol Message-ID: <201506250932.t5P9WJ3r061071@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506250932.t5P9WJ3r061071>