diff options
author | asami <asami@FreeBSD.org> | 2000-04-14 10:48:02 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-04-14 10:48:02 +0000 |
commit | a8c06149e5158eafa30980b35685f740cdec1af3 (patch) | |
tree | 68c9fd7effa302b4cf99ebe21b0ddeef139a874e /graphics/gimp-app | |
parent | e1fa988021605b6f3e83056e005e6e5e549b9a94 (diff) | |
download | FreeBSD-ports-a8c06149e5158eafa30980b35685f740cdec1af3.zip FreeBSD-ports-a8c06149e5158eafa30980b35685f740cdec1af3.tar.gz |
Convert to PORTNAME/PORTVERSION. lfview had an invalid version
string so I fixed it.
Diffstat (limited to 'graphics/gimp-app')
-rw-r--r-- | graphics/gimp-app/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/graphics/gimp-app/Makefile b/graphics/gimp-app/Makefile index f0dc837..871993c 100644 --- a/graphics/gimp-app/Makefile +++ b/graphics/gimp-app/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 |