1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/biology/seaview/Makefile
Vanilla I. Shu 9e9c823ade Seaview is a multiple DNA sequence alignment editor.
It is capable of align DNA sequences from various organisms
and assign their position in the phylogenic tree.
PR:		ports/5229
Submitted by:	Frank Chen Hsiung Chan <frankch@waru.life.nthu.edu.tw>
1997-12-21 22:04:39 +00:00

32 lines
737 B
Makefile

# New ports collection Makefile for: seaview
# Version required: 1.0
# Date created: Dec 5 1997
# Whom: frankch@waru.life.nthu.edu.tw
#
# $Id$
#
DISTNAME= seaview
PKGNAME= seaview-1.0
CATEGORIES= biology x11
MASTER_SITES= ftp://biom3.univ-lyon1.fr/pub/mol_phylogeny/seaview/
EXTRACT_SUFX= .tar
MAINTAINER= frankch@waru.life.nthu.edu.tw
LIB_DEPEND= xforms\\.0\\.:${PORTSDIR}/x11/xforms
USE_X11= YES
NO_WRKSUBDIR= YES
EXTRACT_BEFORE_ARGS= -xf
do-install:
@ ${INSTALL_PROGRAM} ${WRKSRC}/${DISTNAME} ${PREFIX}/bin
@ (mkdir ${PREFIX}/lib/X11/seaview)
@ ${INSTALL_DATA} ${WRKSRC}/seaview.help ${PREFIX}/lib/X11/seaview
post-install:
@ ${CAT} ${PKGDIR}/DESCR
.include <bsd.port.mk>