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/ortep3 | |
parent | bcd8ffd9d02ae8abfa24cfffffc4c496a55b29e2 (diff) | |
download | ports-a0cb9ec98b59ded6aa7cb0b3f453902fd3ea72ba.tar.gz ports-a0cb9ec98b59ded6aa7cb0b3f453902fd3ea72ba.zip |
Notes
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 |