freebsd-ports/biology/jalview/Makefile
Edwin Groothuis 6527ef2070 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 13:08:29 +00:00

32 lines
735 B
Makefile

# New ports collection makefile for: jalview
# Date created: 11 Jan 2006
# Whom: Fernan Aguero <fernan@iib.unsam.edu.ar>
#
# $FreeBSD$
#
PORTNAME= jalview
PORTVERSION= 2.07
PORTREVISION= 2
CATEGORIES= biology java
MASTER_SITES= http://www.jalview.org/source/
DISTNAME= ${PORTNAME}_${PORTVERSION:S/./_/}
MAINTAINER= fernan@iib.unsam.edu.ar
COMMENT= A viewer and editor for multiple sequence alignments
USE_JAVA= yes
JAVA_VERSION= 1.4+
USE_ANT= yes
ALL_TARGET= makejars
WRKSRC= ${WRKDIR}/${PORTNAME}
DATADIR= ${JAVASHAREDIR}/${PORTNAME}
SUB_FILES= jalview.sh
do-install:
${INSTALL_SCRIPT} ${WRKDIR}/jalview.sh ${PREFIX}/bin/jalview
@${MKDIR} ${DATADIR}
${INSTALL_DATA} ${WRKSRC}/dist/* ${DATADIR}
.include <bsd.port.mk>