Index: head/biology/protomol/Makefile =================================================================== --- head/biology/protomol/Makefile (revision 390542) +++ head/biology/protomol/Makefile (revision 390543) @@ -1,45 +1,56 @@ # Created by: Sangwoo Shim # $FreeBSD$ PORTNAME= protomol PORTVERSION= 2.0.3 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= biology MASTER_SITES= SF/${PORTNAME}/ProtoMol/${PORTVERSION} 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 # Hack to cure a misbehavior of the configure script CONFIGURE_ARGS+= --without-irix_mipspro_mpi CPPFLAGS+= -I${LOCALBASE}/include CXXFLAGS+= -L${LOCALBASE}/lib WRKSRC= ${WRKDIR}/${PORTNAME} OPTIONS_DEFINE= GLUT OPTIONS_DEFAULT= GLUT GLUT_CONFIGURE_ON= --with-glut=yes GLUT_USE= GL=glut GLUT_CONFIGURE_OFF= --with-glut=no .include .if ${PORT_OPTIONS:MEXAMPLES} post-install: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} cd ${WRKSRC}/examples ; \ ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} "! -name .cvsignore" .endif .include