1997-10-15 20:18:02 +00:00
|
|
|
# New ports collection makefile for: Gimp
|
1999-02-20 19:31:51 +00:00
|
|
|
# Version required: 1.1.2
|
1996-11-19 03:36:29 +00:00
|
|
|
# Date created: Mon Nov 18 21:28:43 CST 1996
|
|
|
|
# Whom: erich@FreeBSD.org
|
|
|
|
#
|
1999-03-19 04:40:10 +00:00
|
|
|
# $Id: Makefile,v 1.53 1999/02/20 19:31:50 vanilla Exp $
|
1996-11-19 03:36:29 +00:00
|
|
|
#
|
|
|
|
|
1999-02-20 19:31:51 +00:00
|
|
|
DISTNAME= gimp-1.1.2
|
1998-04-19 11:37:18 +00:00
|
|
|
CATEGORIES= graphics
|
1999-02-20 19:31:51 +00:00
|
|
|
MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/unstable/v1.1.2/ \
|
|
|
|
ftp://ftp.cs.umn.edu/pub/gimp/gimp/unstable/v1.1.2/ \
|
|
|
|
http://www.ameth.org/gimp/pub/gimp/unstable/v1.1.2/
|
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-03-19 04:40:10 +00:00
|
|
|
gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 \
|
1999-02-20 19:31:51 +00:00
|
|
|
mpeg.1:${PORTSDIR}/graphics/mpeg-lib \
|
|
|
|
png.3:${PORTSDIR}/graphics/png \
|
|
|
|
tiff.4:${PORTSDIR}/graphics/tiff34
|
1996-11-19 03:36:29 +00:00
|
|
|
|
1998-08-05 09:31:52 +00:00
|
|
|
USE_X_PREFIX= yes
|
1996-11-19 03:36:29 +00:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GMAKE= yes
|
1999-02-20 19:31:51 +00:00
|
|
|
CONFIGURE_ARGS= --disable-perl
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
1999-03-19 04:40:10 +00:00
|
|
|
GTK_CONFIG="${X11BASE}/bin/gtk12-config" \
|
1999-02-20 19:31:51 +00:00
|
|
|
LIBS="-L${LOCALBASE}/lib" \
|
|
|
|
INSTALL_SCRIPT='$${INSTALL} -m 755'
|
1996-11-19 03:36:29 +00:00
|
|
|
|
1998-05-27 18:36:05 +00:00
|
|
|
MAN1= gimp.1 gimptool.1
|
|
|
|
MAN3= gpc.3
|
1998-04-29 21:02:00 +00:00
|
|
|
|
1997-04-18 21:26:41 +00:00
|
|
|
post-install:
|
1998-09-23 00:51:58 +00:00
|
|
|
@${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
|
1998-09-30 14:52:27 +00:00
|
|
|
@${CAT} ${PKGDIR}/MESSAGE
|
1997-12-16 22:06:42 +00:00
|
|
|
|
1996-11-19 03:36:29 +00:00
|
|
|
.include <bsd.port.mk>
|