diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-04-14 10:48:02 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-04-14 10:48:02 +0000 |
commit | c99c6009443219fbcb10c1baf7b6d0c93975f58a (patch) | |
tree | 979eeecc24182fdbefd4b376f9c47b344f7780cb /graphics/gimp-devel | |
parent | d71114c35729e19851c733866522ab6acd7f64ec (diff) | |
download | ports-c99c6009443219fbcb10c1baf7b6d0c93975f58a.tar.gz ports-c99c6009443219fbcb10c1baf7b6d0c93975f58a.zip |
Notes
Diffstat (limited to 'graphics/gimp-devel')
-rw-r--r-- | graphics/gimp-devel/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/graphics/gimp-devel/Makefile b/graphics/gimp-devel/Makefile index f0dc8372d2e2..871993c0bc2c 100644 --- a/graphics/gimp-devel/Makefile +++ b/graphics/gimp-devel/Makefile @@ -1,16 +1,16 @@ # New ports collection makefile for: The GIMP -# Version required: 1.1.17 # Date created: Mon Nov 18 21:28:43 CST 1996 # Whom: erich@FreeBSD.org # # $FreeBSD$ # -DISTNAME= gimp-${VERSION} +PORTNAME= gimp +PORTVERSION= 1.1.18 CATEGORIES= graphics -MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/unstable/v${VERSION}/ \ - ftp://ftp.insync.net/pub/mirrors/ftp.gimp.org/gimp/unstable/v${VERSION}/ \ - ftp://ftp.ameth.org/pub/mirrors/ftp.gimp.org/gimp/unstable/v${VERSION}/ +MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/unstable/old/v${PORTVERSION}/ \ + ftp://ftp.insync.net/pub/mirrors/ftp.gimp.org/gimp/unstable/old/v${PORTVERSION}/ \ + ftp://ftp.ameth.org/pub/mirrors/ftp.gimp.org/gimp/unstable/old/v${PORTVERSION}/ MAINTAINER= vanilla@FreeBSD.org @@ -29,8 +29,6 @@ LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ tiff.4:${PORTSDIR}/graphics/tiff \ intl.1:${PORTSDIR}/devel/gettext -VERSION= 1.1.18 - GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config GTK_CONFIG?= ${X11BASE}/bin/gtk12-config |