diff options
author | obrien <obrien@FreeBSD.org> | 2000-04-13 14:28:28 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-04-13 14:28:28 +0800 |
commit | ec53247193b80cb79e1601f1c5ef3c58fcdad674 (patch) | |
tree | f529e186cbac619bbb2056386d2afa15ea42b057 /graphics/fly | |
parent | a60844b38d528798f2a86e708537291a96c07f44 (diff) | |
download | freebsd-ports-gnome-ec53247193b80cb79e1601f1c5ef3c58fcdad674.tar.gz freebsd-ports-gnome-ec53247193b80cb79e1601f1c5ef3c58fcdad674.tar.zst freebsd-ports-gnome-ec53247193b80cb79e1601f1c5ef3c58fcdad674.zip |
PORTNAME / PORTVERSION syntax conversion
Diffstat (limited to 'graphics/fly')
-rw-r--r-- | graphics/fly/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/fly/Makefile b/graphics/fly/Makefile index 02188fef3650..b8133698bc66 100644 --- a/graphics/fly/Makefile +++ b/graphics/fly/Makefile @@ -1,16 +1,16 @@ # New ports collection makefile for: fly -# Version required: 1.6.5 # Date created: 30 December 1997 # Whom: Juergen Unger <j.unger@choin.net> # # $FreeBSD$ # -DISTNAME= fly-1.6.5 +PORTNAME= fly +PORTVERSION= 1.6.5 CATEGORIES= graphics -MASTER_SITES= ftp://www.unimelb.edu.au/pub/www/tools/unix/fly/ +MASTER_SITES= ftp://www.unimelb.edu.au/pub/www/tools/unix/fly/ -MAINTAINER= j.unger@choin.net +MAINTAINER= j.unger@choin.net #this doesn't matter.. the program builds its own libgd.a. #BUILD_DEPENDS= ${PREFIX}/lib/libgd\.a #can't use ports' gd.. |