2009-12-30 09:06:12 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.56 2009/12/30 09:06:12 giovanni Exp $
|
2002-07-28 21:55:10 +00:00
|
|
|
|
2007-08-01 06:25:10 +00:00
|
|
|
COMMENT= GNU Image Manipulation Program
|
2002-07-28 21:55:10 +00:00
|
|
|
|
2009-12-30 09:06:12 +00:00
|
|
|
DISTNAME= gimp-2.6.8
|
|
|
|
SHARED_LIBS= gimp-2.0 268.0 \
|
|
|
|
gimpbase-2.0 268.0 \
|
|
|
|
gimpcolor-2.0 268.0 \
|
|
|
|
gimpconfig-2.0 268.0 \
|
|
|
|
gimpmath-2.0 268.0 \
|
|
|
|
gimpmodule-2.0 268.0 \
|
|
|
|
gimpthumb-2.0 268.0 \
|
|
|
|
gimpui-2.0 268.0 \
|
|
|
|
gimpwidgets-2.0 268.0
|
2005-12-27 18:08:45 +00:00
|
|
|
|
2002-07-28 21:55:10 +00:00
|
|
|
CATEGORIES= graphics
|
2008-12-12 16:14:57 +00:00
|
|
|
MAINTAINER= Giovanni Bechis <giovanni@openbsd.org>
|
2008-11-16 21:19:23 +00:00
|
|
|
|
2008-10-20 21:38:18 +00:00
|
|
|
DIR= gimp/v2.6
|
2002-07-28 21:55:10 +00:00
|
|
|
MASTER_SITES= ftp://ftp.gimp.org/pub/${DIR}/ \
|
|
|
|
ftp://ftp.sunet.se/pub/gnu/${DIR}/ \
|
2007-12-20 22:54:28 +00:00
|
|
|
ftp://ftp.cs.umn.edu/pub/gimp/pub/${DIR}/
|
2002-07-28 21:55:10 +00:00
|
|
|
|
|
|
|
HOMEPAGE= http://www.gimp.org/
|
|
|
|
|
2007-12-20 22:54:28 +00:00
|
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
|
2008-11-16 21:19:23 +00:00
|
|
|
BUILD_DEPENDS= ::textproc/libxslt
|
2009-01-29 17:37:56 +00:00
|
|
|
RUN_DEPENDS= :desktop-file-utils-*:devel/desktop-file-utils
|
2006-09-18 11:50:39 +00:00
|
|
|
LIB_DEPENDS= gdk-x11-2.0,gdk_pixbuf-2.0,gtk-x11-2.0::x11/gtk+2 \
|
2006-08-03 12:43:20 +00:00
|
|
|
aa.>=1.3::graphics/aalib \
|
2008-07-12 13:28:04 +00:00
|
|
|
dbus-glib-1::x11/dbus-glib \
|
2005-07-08 07:50:55 +00:00
|
|
|
exif::graphics/libexif \
|
|
|
|
mng::graphics/libmng \
|
2006-08-03 12:43:20 +00:00
|
|
|
tiff.>=35::graphics/tiff \
|
2007-12-20 22:54:28 +00:00
|
|
|
wmf.>=6,wmflite.>=6::graphics/libwmf \
|
2008-10-20 21:38:18 +00:00
|
|
|
poppler.>=3,poppler-glib.>=3::print/poppler \
|
2008-11-16 21:19:23 +00:00
|
|
|
gegl-0.0::graphics/gegl \
|
2008-11-19 14:08:27 +00:00
|
|
|
:py-gtk2-*:x11/py-gtk2 \
|
2009-08-17 12:10:26 +00:00
|
|
|
curl::net/curl
|
2002-07-28 21:55:10 +00:00
|
|
|
|
2008-11-16 21:19:23 +00:00
|
|
|
# GPLv2
|
2002-07-28 21:55:10 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2006-09-18 11:50:39 +00:00
|
|
|
WANTLIB= ICE SM X11 Xext Xmu Xpm Xrender Xt atk-1.0 c \
|
2009-08-17 12:10:26 +00:00
|
|
|
Xcomposite Xdamage pcre crypto idn ssl \
|
2006-09-18 11:50:39 +00:00
|
|
|
fontconfig freetype glib-2.0 gmodule-2.0 \
|
|
|
|
gobject-2.0 jpeg.>=62 lcms.>=1 m pango-1.0 \
|
2008-06-29 20:44:51 +00:00
|
|
|
pangocairo-1.0 pangoft2-1.0 pixman-1 png.>=4 \
|
2008-07-12 13:28:04 +00:00
|
|
|
pthread ncurses xml2 z cairo dbus-1 glitz \
|
2007-12-20 22:54:28 +00:00
|
|
|
Xau Xcursor Xdmcp Xfixes Xi Xinerama Xrandr \
|
2008-10-20 21:38:18 +00:00
|
|
|
expat Xcomposite Xdamage gthread-2.0 pcre \
|
2009-08-17 12:10:26 +00:00
|
|
|
bz2 croco-0.6 gio-2.0 gsf-1 rsvg-2 babl-0.0 \
|
2009-08-10 06:29:51 +00:00
|
|
|
pthread-stubs xcb
|
2005-07-08 07:50:55 +00:00
|
|
|
|
2008-06-03 14:56:09 +00:00
|
|
|
MODULES= devel/gettext \
|
2009-08-17 12:10:26 +00:00
|
|
|
textproc/intltool \
|
|
|
|
lang/python
|
2003-12-27 00:26:17 +00:00
|
|
|
|
2002-07-28 21:55:10 +00:00
|
|
|
USE_X11= Yes
|
2005-07-08 07:50:55 +00:00
|
|
|
USE_GMAKE= Yes
|
|
|
|
USE_LIBTOOL= Yes
|
2009-12-30 09:06:12 +00:00
|
|
|
AUTOCONF_VERSION= 2.62
|
2005-07-08 07:50:55 +00:00
|
|
|
CONFIGURE_STYLE= autoconf
|
|
|
|
CONFIGURE_ARGS= ${CONFIGURE_SHARED}
|
2009-12-30 09:06:12 +00:00
|
|
|
CONFIGURE_ARGS+=--without-gvfs \
|
2009-08-17 12:10:26 +00:00
|
|
|
--without-gnomevfs --with-libcurl \
|
|
|
|
--without-webkit --enable-gimp-remote
|
2005-07-08 07:50:55 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/libpng -I${LOCALBASE}/include -I${X11BASE}/include" \
|
2007-12-20 22:54:28 +00:00
|
|
|
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
|
2005-07-08 07:50:55 +00:00
|
|
|
|
2002-07-28 21:55:10 +00:00
|
|
|
.include <bsd.port.mk>
|