1997-10-15 20:18:02 +00:00
|
|
|
# New ports collection makefile for: Gimp
|
1999-10-23 07:59:42 +00:00
|
|
|
# Version required: 1.1.10
|
1996-11-19 03:36:29 +00:00
|
|
|
# Date created: Mon Nov 18 21:28:43 CST 1996
|
|
|
|
# Whom: erich@FreeBSD.org
|
|
|
|
#
|
1999-08-25 06:16:32 +00:00
|
|
|
# $FreeBSD$
|
1996-11-19 03:36:29 +00:00
|
|
|
#
|
|
|
|
|
1999-10-23 07:59:42 +00:00
|
|
|
DISTNAME= gimp-1.1.10
|
1998-04-19 11:37:18 +00:00
|
|
|
CATEGORIES= graphics
|
1999-10-23 07:59:42 +00:00
|
|
|
MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/unstable/v1.1.10/ \
|
|
|
|
ftp://ftp.cs.umn.edu/pub/gimp/gimp/unstable/v1.1.10/ \
|
|
|
|
http://www.ameth.org/gimp/pub/gimp/unstable/v1.1.10/
|
1996-11-19 03:36:29 +00:00
|
|
|
|
1998-04-19 11:37:18 +00:00
|
|
|
MAINTAINER= erich@FreeBSD.org
|
1996-11-19 03:36:29 +00:00
|
|
|
|
1999-02-20 19:31:51 +00:00
|
|
|
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \
|
|
|
|
aa.1:${PORTSDIR}/graphics/aalib \
|
|
|
|
jpeg.9:${PORTSDIR}/graphics/jpeg \
|
1999-05-29 04:17:00 +00:00
|
|
|
gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
|
1999-02-20 19:31:51 +00:00
|
|
|
mpeg.1:${PORTSDIR}/graphics/mpeg-lib \
|
|
|
|
png.3:${PORTSDIR}/graphics/png \
|
1999-09-07 10:45:31 +00:00
|
|
|
tiff.4:${PORTSDIR}/graphics/tiff
|
1996-11-19 03:36:29 +00:00
|
|
|
|
1999-05-29 04:17:00 +00:00
|
|
|
GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
|
|
|
|
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
|
|
|
|
1999-10-23 07:59:42 +00:00
|
|
|
USE_BZIP2= yes
|
1998-08-05 09:31:52 +00:00
|
|
|
USE_X_PREFIX= yes
|
1996-11-19 03:36:29 +00:00
|
|
|
USE_GMAKE= yes
|
1999-05-29 04:17:00 +00:00
|
|
|
USE_LIBTOOL= yes
|
1999-02-20 19:31:51 +00:00
|
|
|
CONFIGURE_ARGS= --disable-perl
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
1999-05-29 04:17:00 +00:00
|
|
|
GLIB_CONFIG="${GLIB_CONFIG}" \
|
|
|
|
GTK_CONFIG="${GTK_CONFIG}" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
1996-11-19 03:36:29 +00:00
|
|
|
|
1998-05-27 18:36:05 +00:00
|
|
|
MAN1= gimp.1 gimptool.1
|
|
|
|
MAN3= gpc.3
|
1999-05-29 04:17:00 +00:00
|
|
|
MAN5= gimprc.5
|
1997-12-16 22:06:42 +00:00
|
|
|
|
1996-11-19 03:36:29 +00:00
|
|
|
.include <bsd.port.mk>
|