2005-02-05 19:16:15 +01:00
|
|
|
# $NetBSD: Makefile,v 1.113 2005/02/05 18:22:49 jklos Exp $
|
1999-05-05 23:01:46 +02:00
|
|
|
|
2005-01-24 10:53:46 +01:00
|
|
|
DISTNAME= gimp-2.2.3
|
2003-05-23 20:04:31 +02:00
|
|
|
CATEGORIES= graphics
|
2005-02-05 19:16:15 +01:00
|
|
|
PKGREVISION= 1
|
2005-01-04 16:20:25 +01:00
|
|
|
MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/v2.2/ \
|
|
|
|
ftp://ftp.cs.umn.edu/pub/gimp/v2.2/ \
|
|
|
|
ftp://ftp.sunet.se/pub/gnu/gimp/v2.2/ \
|
|
|
|
ftp://ftp.gwdg.de/pub/misc/grafik/gimp/gimp/v2.2/ \
|
|
|
|
ftp://ftp.minet.net/pub/gimp/v2.2/
|
2004-03-30 00:16:09 +02:00
|
|
|
EXTRACT_SUFX= .tar.bz2
|
1999-05-05 23:01:46 +02:00
|
|
|
|
2004-03-30 00:16:09 +02:00
|
|
|
MAINTAINER= adam@NetBSD.org
|
2003-05-23 20:04:31 +02:00
|
|
|
HOMEPAGE= http://www.gimp.org/
|
2004-03-30 00:16:09 +02:00
|
|
|
COMMENT= Image manipulation program similar to Photoshop[tm]
|
1999-05-05 23:01:46 +02:00
|
|
|
|
2004-03-30 00:16:09 +02:00
|
|
|
BUILD_USES_MSGFMT= yes
|
1998-02-03 11:17:01 +01:00
|
|
|
|
2004-03-30 00:16:09 +02:00
|
|
|
CONFLICTS+= gimp<=1.2.3
|
2001-08-02 15:33:09 +02:00
|
|
|
|
2004-03-30 00:16:09 +02:00
|
|
|
USE_BUILDLINK3= yes
|
|
|
|
USE_LIBTOOL= yes
|
|
|
|
USE_PKGINSTALL= yes
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
|
|
USE_X11= yes
|
|
|
|
USE_GNU_TOOLS+= make
|
|
|
|
|
2004-04-06 00:07:27 +02:00
|
|
|
PKG_SYSCONFSUBDIR= gimp/2.0
|
2004-03-30 00:16:09 +02:00
|
|
|
|
|
|
|
PKGCONFIG_OVERRIDE= gimp-2.0.pc.in
|
|
|
|
PKGCONFIG_OVERRIDE+= gimpthumb-2.0.pc.in
|
|
|
|
PKGCONFIG_OVERRIDE+= gimpui-2.0.pc.in
|
|
|
|
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
|
2004-04-10 08:42:49 +02:00
|
|
|
USE_BUILTIN.fontconfig= no
|
2004-03-30 00:16:09 +02:00
|
|
|
BUILDLINK_DEPENDS.fontconfig+= fontconfig>=2.2.0
|
|
|
|
|
2004-05-27 03:09:36 +02:00
|
|
|
BUILDLINK_DEPENDS.lcms+= lcms>=1.12
|
|
|
|
|
2004-03-30 00:16:09 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS+= --disable-perl
|
2004-04-16 18:16:50 +02:00
|
|
|
#CONFIGURE_ARGS+= --disable-print
|
2004-03-30 00:16:09 +02:00
|
|
|
CONFIGURE_ARGS+= --disable-python
|
2004-04-06 00:07:27 +02:00
|
|
|
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
|
2004-04-22 07:57:29 +02:00
|
|
|
CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc/html/${PKGNAME_NOREV}
|
2004-05-03 08:46:01 +02:00
|
|
|
CONFIGURE_ARGS+= --with-gimpprint-prefix=${BUILDLINK_PREFIX.gimp-print-lib}
|
2004-03-30 00:16:09 +02:00
|
|
|
|
|
|
|
EGDIR= ${PREFIX}/share/examples/gimp-2.0
|
2005-01-04 16:20:25 +01:00
|
|
|
.for f in controllerrc gimprc gtkrc ps-menurc sessionrc templaterc unionrc
|
2004-03-30 00:16:09 +02:00
|
|
|
CONF_FILES+= ${EGDIR}/${f} ${PKG_SYSCONFDIR}/${f}
|
|
|
|
.endfor
|
|
|
|
|
|
|
|
# Ensure we export symbols in the linked shared object.
|
|
|
|
LDFLAGS+= ${EXPORT_SYMBOLS_LDFLAGS}
|
|
|
|
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
2004-03-30 22:24:35 +02:00
|
|
|
.include "../../devel/pkgconfig/buildlink3.mk"
|
2004-03-30 00:16:09 +02:00
|
|
|
.include "../../fonts/fontconfig/buildlink3.mk"
|
|
|
|
.include "../../graphics/aalib/buildlink3.mk"
|
|
|
|
.include "../../graphics/jpeg/buildlink3.mk"
|
|
|
|
.include "../../graphics/lcms/buildlink3.mk"
|
|
|
|
.include "../../graphics/libart2/buildlink3.mk"
|
|
|
|
.include "../../graphics/libexif/buildlink3.mk"
|
|
|
|
.include "../../graphics/librsvg2/buildlink3.mk"
|
|
|
|
.include "../../graphics/mng/buildlink3.mk"
|
|
|
|
.include "../../graphics/png/buildlink3.mk"
|
|
|
|
.include "../../graphics/tiff/buildlink3.mk"
|
|
|
|
.include "../../graphics/libwmf/buildlink3.mk"
|
2004-04-16 18:16:50 +02:00
|
|
|
.include "../../print/gimp-print-lib/buildlink3.mk"
|
2004-11-16 17:16:31 +01:00
|
|
|
.include "../../textproc/intltool/buildlink3.mk"
|
2004-03-30 00:16:09 +02:00
|
|
|
.include "../../www/libgtkhtml/buildlink3.mk"
|
|
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
|
|
|
|
|
|
.include "../../mk/pthread.buildlink3.mk"
|
1999-05-05 23:01:46 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|