summaryrefslogblamecommitdiff
path: root/biology/nclever/Makefile
blob: 5649d6a35850c8ad4294e58deb970260f4708a97 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15














                                                           
                                                                             





                                                                                
                        







                                                                
# New ports collection makefile for:	nclever
# Date created:				17 August 2001
# Whom:			 		Tony Maher
#
# $FreeBSD$
#

PORTNAME=	nclever
PORTVERSION=	4.0
CATEGORIES=	biology
MASTER_SITES=	ftp://megasun.bch.umontreal.ca/pub/nclever/
DISTNAME=	${PORTNAME}${PORTVERSION}
EXTRACT_SUFX=	.tar.Z

MAINTAINER=	tonym@biolateral.com.au
COMMENT=	NClever is a character-based version of NCBI's Entrez program

BUILD_DEPENDS=	${LOCALBASE}/lib/ncbi/libncbi.a:${PORTSDIR}/biology/ncbi-toolkit

do-install:
	@${MKDIR} ${PREFIX}/bin
	@${INSTALL_PROGRAM} ${WRKSRC}/nclever ${PREFIX}/bin
.if !defined(NOPORTDOCS)
	@${MKDIR} ${DOCSDIR}
	@${INSTALL_DATA} ${WRKSRC}/nclever_manual.txt ${DOCSDIR}
	@${INSTALL_DATA} ${WRKSRC}/nclever.citation ${DOCSDIR}
	@${INSTALL_DATA} ${WRKSRC}/sample_script1.txt ${DOCSDIR}
	@${INSTALL_DATA} ${WRKSRC}/sample_script2.txt ${DOCSDIR}
.endif

.include <bsd.port.mk>