diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2000-04-13 06:28:28 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-04-13 06:28:28 +0000 |
commit | 5fc663a1ad4abbd182153921cceebc17b7d29a63 (patch) | |
tree | e003e1c3fd02cb5f0b4b7d39987f8e77ea3cb925 /graphics/aview | |
parent | 04bbceac8727972f87d989535e389515e2dcfd58 (diff) | |
download | ports-5fc663a1ad4abbd182153921cceebc17b7d29a63.tar.gz ports-5fc663a1ad4abbd182153921cceebc17b7d29a63.zip |
Notes
Diffstat (limited to 'graphics/aview')
-rw-r--r-- | graphics/aview/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics/aview/Makefile b/graphics/aview/Makefile index 6635db5d922b..9207eb87702f 100644 --- a/graphics/aview/Makefile +++ b/graphics/aview/Makefile @@ -1,16 +1,16 @@ # New ports collection Makefile for: aview -# Version required: 1.2 # Date created: Dec 18 1997 # Whom: frankch@waru.life.nthu.edu.tw # # $FreeBSD$ # -DISTNAME= aview-1.2 -CATEGORIES= graphics -MASTER_SITES= ftp://ftp.ta.jcu.cz/pub/aa/ +PORTNAME= aview +PORTVERSION= 1.2 +CATEGORIES= graphics +MASTER_SITES= ftp://ftp.ta.jcu.cz/pub/aa/ -MAINTAINER= frankch@waru.life.nthu.edu.tw +MAINTAINER= frankch@waru.life.nthu.edu.tw RUN_DEPENDS= anytopnm:${PORTSDIR}/graphics/netpbm \ convert:${PORTSDIR}/graphics/ImageMagick |