1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/biology/artemis/Makefile
Rong-En Fan 4f02991a02 - Update to version 9
- Don't install CVS directories which are going to be removed
  in next release

PR:		ports/113831
Submitted by:	Thomas Abthorpe <thomas at goodking.ca>
Approved by:	maintainer timeout (20 days)
2007-07-08 11:47:58 +00:00

36 lines
969 B
Makefile

# New ports collection makefile for: artemis
# Date created: 10 Nov 2001
# Whom: camson@bilateral.com.au
#
# $FreeBSD$
#
PORTNAME= artemis
PORTVERSION= 9
CATEGORIES= biology java
MASTER_SITES= http://www.sanger.ac.uk/Software/Artemis/v${PORTVERSION}/ \
ftp://ftp.sanger.ac.uk/pub/pathogens/software/artemis/v${PORTVERSION}/
DISTNAME= artemis_compiled_v${PORTVERSION}
MAINTAINER= fernan@iib.unsam.edu.ar
COMMENT= A DNA sequence viewer and annotation tool
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_JAVA= yes
JAVA_VERSION= 1.4+
NO_BUILD= yes
PLIST_SUB= PORTVERSION="${PORTVERSION}"
post-extract:
@${FIND} ${WRKSRC} -type d -name CVS -exec ${RM} -rf {} +
do-install:
@${MKDIR} ${PREFIX}/${PORTNAME}-${PORTVERSION}
@${TAR} -C ${WRKSRC} -cf- . | ${TAR} -C ${PREFIX}/${PORTNAME}-${PORTVERSION} -xpf-
@${LN} -s ${PREFIX}/${PORTNAME}-${PORTVERSION}/art ${PREFIX}/bin/art
@${LN} -s ${PREFIX}/${PORTNAME}-${PORTVERSION}/act ${PREFIX}/bin/act
.include <bsd.port.mk>