2000-10-29 14:56:24 +01:00
|
|
|
# New ports collection makefile for: NCBI
|
|
|
|
# Date created: 03 April 2000
|
|
|
|
# Whom: tonym
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-11-15 01:54:09 +01:00
|
|
|
PORTNAME= ncbi-toolkit
|
2004-11-01 23:21:02 +01:00
|
|
|
PORTVERSION= 2004.06.16
|
2000-10-29 14:56:24 +01:00
|
|
|
CATEGORIES= biology
|
2002-06-08 02:40:10 +02:00
|
|
|
MASTER_SITES= ftp://ftp.ncbi.nih.gov/toolbox/ncbi_tools/old/${PORTVERSION:S/.//g}/
|
2000-10-29 14:56:24 +01:00
|
|
|
DISTNAME= ncbi
|
|
|
|
|
2001-08-06 12:50:02 +02:00
|
|
|
MAINTAINER= tonym@biolateral.com.au
|
2003-02-21 12:08:38 +01:00
|
|
|
COMMENT= NCBI development toolkit, including BLAST 2 and GenBank/Entrez support
|
2000-10-29 14:56:24 +01:00
|
|
|
|
2000-11-08 00:28:20 +01:00
|
|
|
USE_MOTIF= yes
|
2000-10-29 14:56:24 +01:00
|
|
|
|
|
|
|
#
|
|
|
|
# In the files directory we have:
|
|
|
|
#
|
|
|
|
|
|
|
|
DUMMYMAKE= Makefile
|
2001-06-20 16:25:54 +02:00
|
|
|
DOCDIR= ${PREFIX}/share/doc/${PORTNAME}
|
|
|
|
CPIO= cpio --quiet -pdum -R
|
|
|
|
|
2000-10-29 14:56:24 +01:00
|
|
|
#
|
2002-02-22 08:57:07 +01:00
|
|
|
# Thus ends the definitions.
|
2000-10-29 14:56:24 +01:00
|
|
|
#
|
2002-02-22 08:57:07 +01:00
|
|
|
# Now we need a dummy top level Makefile as NCBI has scripts that need to
|
2000-10-29 14:56:24 +01:00
|
|
|
# run from point above ncbi hierachy.
|
|
|
|
#
|
|
|
|
|
|
|
|
pre-configure:
|
|
|
|
@${CP} ${FILESDIR}/${DUMMYMAKE} ${WRKSRC}
|
|
|
|
|
2001-06-20 16:25:54 +02:00
|
|
|
post-install:
|
2004-11-01 23:21:02 +01:00
|
|
|
${MKDIR} ${DATADIR}
|
2002-02-22 08:57:07 +01:00
|
|
|
@for file in ${WRKSRC}/data/*; do \
|
|
|
|
${INSTALL_DATA} $$file ${DATADIR}; \
|
|
|
|
done
|
2001-06-20 16:25:54 +02:00
|
|
|
.if !defined(NOPORTDOCS)
|
2004-11-01 23:21:02 +01:00
|
|
|
${MKDIR} ${DOCDIR}
|
|
|
|
cd ${WRKSRC}/doc && ${FIND} * | \
|
2001-06-20 16:25:54 +02:00
|
|
|
${CPIO} ${SHAREOWN}:${SHAREGRP} ${DOCDIR}
|
|
|
|
.endif
|
2002-02-22 08:57:07 +01:00
|
|
|
@${SED} -e "s#%%PREFIX%%#${PREFIX}#" ${PKGMESSAGE}
|
2001-06-20 16:25:54 +02:00
|
|
|
|
2000-10-29 14:56:24 +01:00
|
|
|
.include <bsd.port.mk>
|