pkgsrc-wip/artemis/Makefile
Roland Illig 9cfadf5006 - Fixed pkglint warnings
- Removed /CVS/ Entries from the PLIST
- Bumped PKGREVISION because of item 2
2006-01-08 09:40:44 +00:00

35 lines
1,002 B
Makefile

# $NetBSD: Makefile,v 1.5 2006/01/08 09:40:44 rillig Exp $
#
DISTNAME= artemis_compiled_v6
PKGNAME= artemis-6
PKGREVISION= 1
CATEGORIES= biology
MASTER_SITES= ftp://ftp.sanger.ac.uk/pub/pathogens/software/artemis/v6/
MAINTAINER= dprice@cs.nmsu.edu
HOMEPAGE= http://www.sanger.ac.uk/Software/Artemis/
COMMENT= Genome viewer and annotation too
WRKSRC= ${WRKDIR}/artemis
USE_JAVA= yes
USE_JAVA2= yes
NO_BUILD= yes
INSTALL_DIR= ${PREFIX}/share/Artemis
USE_TOOLS+= gtar
do-install:
${INSTALL_DATA_DIR} ${INSTALL_DIR}
cd ${WRKSRC} && ${PAX} -rw . -s ',.*/CVS$$,,' -s ',.*/CVS/.*,,' ${INSTALL_DIR:Q}
${MKDIR} ${WRKSRC}/qwerty
${SED} < ${FILESDIR}/act > ${WRKSRC}/qwerty/act \
-e 's:@INSTALL_DIR@:${INSTALL_DIR}:'
${SED} < ${FILESDIR}/art > ${WRKSRC}/qwerty/art \
-e 's:@INSTALL_DIR@:${INSTALL_DIR}:'
${INSTALL_SCRIPT} ${WRKSRC}/qwerty/art ${PREFIX}/bin/art
${INSTALL_SCRIPT} ${WRKSRC}/qwerty/act ${PREFIX}/bin/act
.include "../../mk/java-vm.mk"
.include "../../mk/bsd.pkg.mk"