diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-10 01:11:24 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-10 01:11:24 +0000 |
commit | 458db42f260579cff064d493ad91eb833dd7f27f (patch) | |
tree | 68be2a9f82a8de971c7ce08aa167173fa22921d9 /x11-toolkits/fltk | |
parent | dc0a03c770c17ad7a808a70e5ea26d2ae7efbf21 (diff) |
Notes
Diffstat (limited to 'x11-toolkits/fltk')
-rw-r--r-- | x11-toolkits/fltk/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-toolkits/fltk/Makefile b/x11-toolkits/fltk/Makefile index 37a25e5a8de5..c4631366d351 100644 --- a/x11-toolkits/fltk/Makefile +++ b/x11-toolkits/fltk/Makefile @@ -1,13 +1,12 @@ # New ports collection makefile for: fltk -# Version required: 1.0.7 # Date created: 11 February 1999 # Whom: Dima Sivachenko <dima@Chg.RU> # # $FreeBSD$ # -DISTNAME= fltk-1.0.7-source -PKGNAME= fltk-1.0.7 +PORTNAME= fltk +PORTVERSION= 1.0.7 CATEGORIES= x11-toolkits MASTER_SITES= ftp://ftp.fltk.org/pub/fltk/${VERSION}/ \ ftp://ftp.chg.ru/pub/X11/fltk/${VERSION}/ \ @@ -15,6 +14,7 @@ MASTER_SITES= ftp://ftp.fltk.org/pub/fltk/${VERSION}/ \ ftp://ftp.northamerica.net/pub/ESP/fltk/${VERSION}/ \ ftp://ftp.funet.fi/mirrors/ftp.easysw.com/pub/fltk/${VERSION}/ \ ftp://ftp.kddlabs.co.jp/pub/lang/fltk/${VERSION}/ +DISTNAME= ${PKGNAME}-source MAINTAINER= dima@chg.ru |