1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/biology/artemis/Makefile
Herve Quiroz ab8ee8cdcc Update to version 7
PR:		86196
Submitted by:	Tony Maher <anthony.maher@uts.edu.au>
Approved by:	maintainer
2005-09-20 14:59:28 +00:00

32 lines
820 B
Makefile

# New ports collection makefile for: artemis
# Date created: 10 Nov 2001
# Whom: camson@bilateral.com.au
#
# $FreeBSD$
#
PORTNAME= artemis
PORTVERSION= 7
CATEGORIES= biology java
MASTER_SITES= http://www.sanger.ac.uk/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}"
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>