diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-09 06:04:57 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-09 06:04:57 +0800 |
commit | 007c7f0c9d4eaad89449342ee90e4b102925caec (patch) | |
tree | 114f7c864c24ff21a525d1dd997282751fdf3b12 /biology/rasmol | |
parent | ff937aa62d305b29ccf01992d537477ef5b3b89d (diff) | |
download | freebsd-ports-graphics-007c7f0c9d4eaad89449342ee90e4b102925caec.tar.gz freebsd-ports-graphics-007c7f0c9d4eaad89449342ee90e4b102925caec.tar.zst freebsd-ports-graphics-007c7f0c9d4eaad89449342ee90e4b102925caec.zip |
update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'biology/rasmol')
-rw-r--r-- | biology/rasmol/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/biology/rasmol/Makefile b/biology/rasmol/Makefile index 2a79989f02c..c4f0e1ad8ed 100644 --- a/biology/rasmol/Makefile +++ b/biology/rasmol/Makefile @@ -1,17 +1,17 @@ # New ports collection Makefile for: rasmol -# Version required: 2.7.1 # Date created: Dec 4 1997 # Whom: frankch@waru.life.nthu.edu.tw # # $FreeBSD$ # -DISTNAME= RasMol_2.7.1 -PKGNAME= rasmol-2.7.1 -CATEGORIES= biology -MASTER_SITES= ftp://ftp.bernstein-plus-sons.com/software/ +PORTNAME= rasmol +PORTVERSION= 2.7.1 +CATEGORIES= biology +MASTER_SITES= ftp://ftp.bernstein-plus-sons.com/software/ +DISTNAME= RasMol_2.7.1 -MAINTAINER= frankch@waru.life.nthu.edu.tw +MAINTAINER= frankch@waru.life.nthu.edu.tw WRKSRC= $(WRKDIR)/RasMol_2.7.1/src/ USE_IMAKE= yes |