freebsd-ports/biology/seaview/Makefile
Tim Vanderhoek 29763acb4a Upgrade to 2003.01.21. Appears to only add some more file export/print
options.  Additional patches were necessary since the fltk port seems
to have been upgraded and thus also broken this port (which would
been already broken due to the checksum failure).
2003-05-22 05:59:32 +00:00

40 lines
977 B
Makefile

# New ports collection Makefile for: seaview
# Date created: Dec 5 1997
# Whom: frankch@waru.life.nthu.edu.tw
#
# $FreeBSD$
#
PORTNAME= seaview
PORTVERSION= 2003.01.21
CATEGORIES= biology
MASTER_SITES= ftp://pbil.univ-lyon1.fr/pub/mol_phylogeny/seaview/
DISTNAME= ${PORTNAME}
EXTRACT_SUFX= .tar
MAINTAINER= ports@FreeBSD.org
COMMENT= Multiple DNA/protein sequence alignment editor
LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk
USE_X_PREFIX= YES
NO_WRKSUBDIR= YES
EXTRACT_CMD= ${TAR}
EXTRACT_BEFORE_ARGS= -xf
EXTRACT_AFTER_ARGS= # empty
MAKEFILE= makefile
CFLAGS+= -D HAVE_DIRENT_H \
-D DEFAULT_HELPFILE=${PREFIX}/lib/X11/seaview/seaview.help
do-install:
@ ${INSTALL_PROGRAM} ${WRKSRC}/${DISTNAME} ${PREFIX}/bin
@ ${INSTALL_SCRIPT} ${WRKSRC}/seaview_align.sh ${PREFIX}/bin
@ (${MKDIR} ${PREFIX}/lib/X11/seaview)
@ ${INSTALL_DATA} ${WRKSRC}/seaview.help ${PREFIX}/lib/X11/seaview
post-install:
@ ${CAT} ${DESCR}
.include <bsd.port.mk>