summaryrefslogtreecommitdiff
path: root/graphics/gimp/Makefile
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>1998-06-07 03:58:40 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>1998-06-07 03:58:40 +0000
commitac0d56a7c6e419fefebcdca2ada5e810cd877f80 (patch)
treee12e0797f75719853db114173fbbbacad5e628e0 /graphics/gimp/Makefile
parentupgrade to dev14 (diff)
1. Upgrade to 1.0.0.
2. Portlint. PR: ports/6878 Submitted by: Brett Taylor <brett@peloton.physics.montana.edu>
Notes
Notes: svn path=/head/; revision=11319
Diffstat (limited to 'graphics/gimp/Makefile')
-rw-r--r--graphics/gimp/Makefile28
1 files changed, 10 insertions, 18 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile
index ea01d9bf4c35..f8f7da300475 100644
--- a/graphics/gimp/Makefile
+++ b/graphics/gimp/Makefile
@@ -1,32 +1,24 @@
# New ports collection makefile for: Gimp
-# Version required: 0.99.28
+# Version required: 1.0.0
# Date created: Mon Nov 18 21:28:43 CST 1996
# Whom: erich@FreeBSD.org
#
-# $Id: Makefile,v 1.32 1998/05/21 21:28:51 mph Exp $
+# $Id: Makefile,v 1.33 1998/05/27 18:36:01 vanilla Exp $
#
-MAJOR= 0
-MINOR= 99
-MICRO= 31
-
-VERSION= ${MAJOR}.${MINOR}.${MICRO}
-MM_VERSION= ${MAJOR}.${MINOR}
-
-DISTNAME= gimp-${VERSION}
-DISTFILES= ${DISTNAME}.tar.gz
-DISTFILES+= gimp-data-extras-${MM_VERSION}a.tar.gz
-
+DISTNAME= gimp-1.0.0
CATEGORIES= graphics
-MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/v${MAJOR}.${MINOR}/v${VERSION}/ \
- ftp://ftp.cs.umn.edu/pub/gimp/gimp/v${MAJOR}.${MINOR}/v${VERSION}/
+MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/v1.0/v1.0.0/ \
+ ftp://ftp.cs.umn.edu/pub/gimp/gimp/v1.0/v1.0.0/ \
+ http://www.ameth.org/gimp/pub/gimp/v1.0/v1.0.0/
+DISTFILES= gimp-1.0.0.tar.gz gimp-data-extras-1.0.0.tar.gz
MAINTAINER= erich@FreeBSD.org
LIB_DEPENDS+= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
LIB_DEPENDS+= aa\\.1\\.:${PORTSDIR}/graphics/aalib
LIB_DEPENDS+= jpeg\\.9\\.:${PORTSDIR}/graphics/jpeg
-LIB_DEPENDS+= gtk\\.1\\.3:${PORTSDIR}/x11/gtk
+LIB_DEPENDS+= gtk\\.1\\.4:${PORTSDIR}/x11/gtk
LIB_DEPENDS+= mpeg\\.1\\.2:${PORTSDIR}/graphics/mpeg-lib
LIB_DEPENDS+= png\\.2\\.:${PORTSDIR}/graphics/png
LIB_DEPENDS+= tiff34\\.1\\.:${PORTSDIR}/graphics/tiff34
@@ -46,8 +38,8 @@ MAN3= gpc.3
DATASTUFF= brushes palettes gradients patterns
post-install:
- mkdir -p ${PREFIX}/share/gimp/;
- cd ${WRKDIR}/gimp-data-extras-${MM_VERSION}a; \
+ ${MKDIR} ${PREFIX}/share/gimp/;
+ cd ${WRKDIR}/gimp-data-extras-1.0.0; \
tar -cf - --exclude '*Makefile*' ${DATASTUFF} |\
(cd ${PREFIX}/share/gimp/; tar -xvf -)