diff options
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 2a79989f02cf..c4f0e1ad8eda 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 |