diff options
author | steve <steve@FreeBSD.org> | 1999-05-29 04:17:00 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-05-29 04:17:00 +0000 |
commit | 8cfa28c5392e295635a913bcb8afe6699b45ee97 (patch) | |
tree | fc1f0e3a9704b58586f1b31de95b679777524597 /graphics/gimp-app/Makefile | |
parent | 5abfbdfae81f3612dfb97822414e36d8cec9ea4c (diff) | |
download | FreeBSD-ports-8cfa28c5392e295635a913bcb8afe6699b45ee97.zip FreeBSD-ports-8cfa28c5392e295635a913bcb8afe6699b45ee97.tar.gz |
Update to version 1.1.5.
PR: 11845
Submitted by: Jeremy Lea <reg@shale.csir.co.za>
Diffstat (limited to 'graphics/gimp-app/Makefile')
-rw-r--r-- | graphics/gimp-app/Makefile | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/graphics/gimp-app/Makefile b/graphics/gimp-app/Makefile index 0e41227..2bbfac5 100644 --- a/graphics/gimp-app/Makefile +++ b/graphics/gimp-app/Makefile @@ -1,41 +1,41 @@ # New ports collection makefile for: Gimp -# Version required: 1.1.2 +# Version required: 1.1.5 # Date created: Mon Nov 18 21:28:43 CST 1996 # Whom: erich@FreeBSD.org # -# $Id: Makefile,v 1.54 1999/03/19 04:39:51 nectar Exp $ +# $Id: Makefile,v 1.55 1999/04/22 19:15:39 mharo Exp $ # -DISTNAME= gimp-1.1.2 +DISTNAME= gimp-1.1.5 CATEGORIES= graphics -MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/unstable/old/v1.1.2/ \ - ftp://ftp.cs.umn.edu/pub/gimp/gimp/unstable/old/v1.1.2/ \ - http://www.ameth.org/gimp/pub/gimp/unstable/old/v1.1.2/ +MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/unstable/v1.1.5/ \ + ftp://ftp.cs.umn.edu/pub/gimp/gimp/unstable/v1.1.5/ \ + http://www.ameth.org/gimp/pub/gimp/unstable/v1.1.5/ MAINTAINER= erich@FreeBSD.org LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ aa.1:${PORTSDIR}/graphics/aalib \ jpeg.9:${PORTSDIR}/graphics/jpeg \ - gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 \ + gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ mpeg.1:${PORTSDIR}/graphics/mpeg-lib \ png.3:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff34 +GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config +GTK_CONFIG?= ${X11BASE}/bin/gtk12-config + USE_X_PREFIX= yes -GNU_CONFIGURE= yes USE_GMAKE= yes +USE_LIBTOOL= yes CONFIGURE_ARGS= --disable-perl CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - GTK_CONFIG="${X11BASE}/bin/gtk12-config" \ - LIBS="-L${LOCALBASE}/lib" \ - INSTALL_SCRIPT='$${INSTALL} -m 755' + GLIB_CONFIG="${GLIB_CONFIG}" \ + GTK_CONFIG="${GTK_CONFIG}" \ + LIBS="-L${LOCALBASE}/lib" MAN1= gimp.1 gimptool.1 MAN3= gpc.3 - -post-install: - @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib - @${CAT} ${PKGDIR}/MESSAGE +MAN5= gimprc.5 .include <bsd.port.mk> |