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/ortep3 | |
parent | ff937aa62d305b29ccf01992d537477ef5b3b89d (diff) | |
download | freebsd-ports-gnome-007c7f0c9d4eaad89449342ee90e4b102925caec.tar.gz freebsd-ports-gnome-007c7f0c9d4eaad89449342ee90e4b102925caec.tar.zst freebsd-ports-gnome-007c7f0c9d4eaad89449342ee90e4b102925caec.zip |
update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'biology/ortep3')
-rw-r--r-- | biology/ortep3/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/biology/ortep3/Makefile b/biology/ortep3/Makefile index e19b211cd632..986cf1ae11f5 100644 --- a/biology/ortep3/Makefile +++ b/biology/ortep3/Makefile @@ -1,20 +1,20 @@ # New ports collection makefile for: ORTEP-III -# Version required: 1.0 # Date created: 1999-05-08 # Whom: Ryo MIYAMOTO # # $FreeBSD$ # -DISTNAME= ortep -PKGNAME= ortep3-1.0 -CATEGORIES= biology -MASTER_SITES= ftp://ftp.ccl.net/pub/chemistry/software/SOURCES/FORTRAN/ortep/ -EXTRACT_SUFX= .tar.Z +PORTNAME= ortep3 +PORTVERSION= 1.0 +CATEGORIES= biology +MASTER_SITES= ftp://ftp.ccl.net/pub/chemistry/software/SOURCES/FORTRAN/ortep/ +DISTNAME= ortep +EXTRACT_SUFX= .tar.Z -MAINTAINER= rmiya@cc.hirosaki-u.ac.jp +MAINTAINER= rmiya@cc.hirosaki-u.ac.jp -LIB_DEPENDS= pgplot.5:${PORTSDIR}/graphics/pgplot +LIB_DEPENDS= pgplot.5:${PORTSDIR}/graphics/pgplot .include <bsd.port.pre.mk> .if ${OSVERSION} >= 400002 |