diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-08 22:04:57 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-08 22:04:57 +0000 |
commit | a0cb9ec98b59ded6aa7cb0b3f453902fd3ea72ba (patch) | |
tree | 3ffd72b216e533f037cfc7f06f222ca72e602018 /biology/seaview/Makefile | |
parent | bcd8ffd9d02ae8abfa24cfffffc4c496a55b29e2 (diff) | |
download | ports-a0cb9ec98b59ded6aa7cb0b3f453902fd3ea72ba.tar.gz ports-a0cb9ec98b59ded6aa7cb0b3f453902fd3ea72ba.zip |
Notes
Diffstat (limited to 'biology/seaview/Makefile')
-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 1621c26b080c..adf7019eec55 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 |