# New ports collection Makefile for: nab # Date created: Sept. 10, 2000 # Whom: M. L. Dodson # # $FreeBSD$ # PORTNAME= nab PORTVERSION= 5.0 PORTREVISION= 1 CATEGORIES= biology MASTER_SITES= http://www.scripps.edu/case/ \ http://siegfried.utmb.edu/bdodson/ MAINTAINER= bdodson@scms.utmb.edu COMMENT= A language for macromolecules BUILD_DEPENDS= ucpp:${PORTSDIR}/devel/ucpp RUN_DEPENDS= ucpp:${PORTSDIR}/devel/ucpp ONLY_FOR_ARCHS= i386 MAKE_ENV+= NABHOME=${WRKSRC} ARCH= PATH=${WRKSRC}/bin:${PATH} \ CFLAGS="${CFLAGS}" FFLAGS="${FFLAGS}" MAN1= nab.1 SUB_FILES= pkg-message BINARIES= matextract matmul teLeap tss_main \ matgen nab transform tss_next \ matmerge nab2c tss_init LIBRARIES= cifparse.a libnab.a libsym.a INCS= defreal.h nab.h nabcode.h nabtypes.h post-extract: @${CP} ${FILESDIR}/config.h ${WRKSRC} post-patch: @${RM} -f ${WRKSRC}/examples/circle.c @${RM} -f ${WRKSRC}/reslib/conf.lib.orig pre-install: @cd ${WRKSRC}/src && \ ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} beforerealinstall do-install: ${MKDIR} ${DATADIR}/bin ${DATADIR}/include ${DATADIR}/lib cd ${WRKSRC}/test && ${RM} -f d01.pdb gbrna.pdb.lpdb rembed.out .if !defined(NOPORTDOCS) cd ${WRKSRC} && (${TAR} cf - benchmarks examples test peptide suppose | \ (cd ${DATADIR}; ${TAR} xf -)) ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/NAB.pdf ${DOCSDIR} .endif cd ${WRKSRC} && (${TAR} cf - dgdb reslib fd_data leap | \ (cd ${DATADIR}; ${TAR} xf -)) ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${DATADIR}/* cd ${DATADIR} && ${LN} -sf ../NDB coords ${INSTALL_PROGRAM} ${WRKSRC}/bin/* ${PREFIX}/bin .for f in ${INCS} ${INSTALL_DATA} ${WRKSRC}/include/${f} ${PREFIX}/include cd ${DATADIR}/include && ${LN} -sf ${PREFIX}/include/${f} . .endfor ${INSTALL_DATA} ${WRKSRC}/config.h ${DATADIR} ${INSTALL_MAN} ${WRKSRC}/doc/nab.1 ${MAN1PREFIX}/man/man1 .for f in ${BINARIES} cd ${DATADIR}/bin && ${LN} -sf ${PREFIX}/bin/${f} . .endfor .for f in ${LIBRARIES} ${INSTALL_DATA} ${WRKSRC}/lib/${f} ${PREFIX}/lib cd ${DATADIR}/lib && ${LN} -sf ${PREFIX}/lib/${f} . .endfor .for f in blas.a lapack.a ${INSTALL_DATA} ${WRKSRC}/lib/${f} ${DATADIR}/lib .endfor post-install: @${CAT} ${PKGMESSAGE} .include pm_and_yarn/devel/electron4/files/lodash.merge-4.6.2 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Upgrade to apr-1.2.7rodrigc2006-05-291-2/+2
* - utilize USE_BDBleeym2006-04-061-11/+17
* Fix build when bash is installed, by changing the (incorrect) usageade2006-02-281-5/+6
* Conversion to a single libtool environment.ade2006-02-231-1/+1
* When APR_UTIL_WITHOUT_THREADS is not set, explicitly enable threads.lawrance2006-02-111-0/+2
* Chase shlib bump of libexpat.kuriyama2006-01-311-2/+2
* Only compile apr-svn without threads on FreeBSD versions less than 5.rodrigc2005-12-101-0/+4
* Switch to <target>:: convention for both patch-autotools and run-autotools,ade2005-11-191-1/+1
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-3/+1
* Upgrade to apr-1.2.2rodrigc2005-10-291-1/+1
* Change ${SED} to ${REINPLACE_CMD} to fix building on FreeBSD 4.x.rodrigc2005-07-271-1/+1
* Undo previous commit, which for some reason caused .la files torodrigc2005-06-131-10/+1
* Do not unconditionally use Python in build of apr.rodrigc2005-06-061-2/+9
* Forgot to bump PORTREVISION, because of correct the installion for put themezz2004-11-251-0/+1
* Make the portlint a bit happier.mezz2004-11-251-8/+12
* Update to apr 1.0.1 (apr 1.0.0 no longer available)daichi2004-11-251-1/+1
* Use db4.2, not old db4 as BerkeleyDB.lev2004-11-071-11/+11
* (1) Remove unused post-extract target which I forgot to remove inkuriyama2004-11-031-4/+3
* Kill off automake18, switching to automake19. Requiem Mors Pacem.ade2004-10-161-1/+1
* - Upgrade to 1.0.0.kuriyama2004-10-131-7/+18
* Autotools cleanup. Remove autoconf257 (259), automake17 (18), andade2004-07-021-6/+4
* Unbreak on amd64 by copying config.{sub,guess} correctly.kuriyama2004-06-291-1/+6
* Sync with new bsd.autotools.mkade2004-06-051-7/+6
* Specify location of Berkeley DB, if LOCALBASE is not /usr/local.kan2004-05-29