diff options
Diffstat (limited to 'biology/rasmol/Makefile')
-rw-r--r-- | biology/rasmol/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/biology/rasmol/Makefile b/biology/rasmol/Makefile index 86578dfcf80a..113533b8eeb1 100644 --- a/biology/rasmol/Makefile +++ b/biology/rasmol/Makefile @@ -1,19 +1,19 @@ # New ports collection Makefile for: rasmol -# Version required: 2.6beta2 +# Version required: 2.7.1 # Date created: Dec 4 1997 # Whom: frankch@waru.life.nthu.edu.tw # # $FreeBSD$ # -DISTNAME= RasMol26b2x1 -PKGNAME= rasmol-2.6b2.1 +DISTNAME= RasMol_2.7.1 +PKGNAME= rasmol-2.7.1 CATEGORIES= biology -MASTER_SITES= ftp://nexus.roko.goe.net/pub/rasmol/ +MASTER_SITES= ftp://ftp.bernstein-plus-sons.com/software/ MAINTAINER= frankch@waru.life.nthu.edu.tw -WRKSRC= $(WRKDIR)/RasMol2.6x1 +WRKSRC= $(WRKDIR)/RasMol_2.7.1/src/ USE_IMAKE= yes MAN1= rasmol.1 |