pkgsrc/biology/lucy/Makefile
minskim 31d65d0f18 Import lucy from pkgsrc-wip. Packaged by David Price and modified by me.
A Sequence Cleanup Program.  Lucy is a utility that prepares raw DNA
sequence fragments for sequence assembly,possibly using the TIGR
Assembler.  The cleanup process includes quality assessment,
confidence reassurance, vector trimming and vector removal.  The
primary advantage of Lucy over other similar utilities is that it is a
fully integrated, stand alone program.
2005-03-26 17:05:01 +00:00

27 lines
838 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2005/03/26 17:05:01 minskim Exp $
#
DISTNAME= lucy-1.18p
CATEGORIES= biology
MASTER_SITES= ftp://ftp.tigr.org/pub/software/Lucy/
MAINTAINER= dprice@cs.nmsu.edu
HOMEPAGE= http://www.tigr.org/software
COMMENT= Sequence Cleanup Program
PKG_INSTALLATION_TYPES= overwrite pkgviews
INSTALLATION_DIRS= bin man/man1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/lucy ${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/lucy.1 ${PREFIX}/man/man1
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/lucy
.for EXAMPLE in PUC19 PUC19splice PUC19splice.for PUC19splice.rev \
atie.seq atie.qul atie.2nd pSPORT1splice pSPORT1vector ARMTM40TR.seq \
ARMTM40TR.qul lucy.ps lucy.debug
${INSTALL_DATA} ${WRKSRC}/${EXAMPLE} ${PREFIX}/share/examples/lucy
.endfor
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"