diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-08 22:04:57 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-08 22:04:57 +0000 |
commit | 007c7f0c9d4eaad89449342ee90e4b102925caec (patch) | |
tree | 114f7c864c24ff21a525d1dd997282751fdf3b12 /biology/seaview | |
parent | ff937aa62d305b29ccf01992d537477ef5b3b89d (diff) | |
download | FreeBSD-ports-007c7f0c9d4eaad89449342ee90e4b102925caec.zip FreeBSD-ports-007c7f0c9d4eaad89449342ee90e4b102925caec.tar.gz |
update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'biology/seaview')
-rw-r--r-- | biology/seaview/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/biology/seaview/Makefile b/biology/seaview/Makefile index 1621c26..adf7019 100644 --- a/biology/seaview/Makefile +++ b/biology/seaview/Makefile @@ -1,18 +1,18 @@ # New ports collection Makefile for: seaview -# Version required: 1.0 # Date created: Dec 5 1997 # Whom: frankch@waru.life.nthu.edu.tw # # $FreeBSD$ # -DISTNAME= seaview -PKGNAME= seaview-1.0 -CATEGORIES= biology -MASTER_SITES= ftp://pbil.univ-lyon1.fr/pub/mol_phylogeny/seaview/ +PORTNAME= seaview +PORTVERSION= 1.0 +CATEGORIES= biology +MASTER_SITES= ftp://pbil.univ-lyon1.fr/pub/mol_phylogeny/seaview/ +DISTNAME= ${PORTNAME} EXTRACT_SUFX= .tar -MAINTAINER= frankch@waru.life.nthu.edu.tw +MAINTAINER= frankch@waru.life.nthu.edu.tw LIB_DEPENDS= xforms.0:${PORTSDIR}/x11-toolkits/xforms |