85 lines
2.1 KiB
Makefile
85 lines
2.1 KiB
Makefile
# $OpenBSD: Makefile,v 1.72 2011/06/08 17:35:28 jasper Exp $
|
|
|
|
COMMENT= GNU Image Manipulation Program
|
|
|
|
DISTNAME= gimp-2.6.11
|
|
REVISION= 1
|
|
|
|
SHARED_LIBS= gimp-2.0 271.0 \
|
|
gimpbase-2.0 271.0 \
|
|
gimpcolor-2.0 271.0 \
|
|
gimpconfig-2.0 271.0 \
|
|
gimpmath-2.0 271.0 \
|
|
gimpmodule-2.0 271.0 \
|
|
gimpthumb-2.0 271.0 \
|
|
gimpui-2.0 271.0 \
|
|
gimpwidgets-2.0 271.0
|
|
|
|
CATEGORIES= graphics
|
|
MAINTAINER= Giovanni Bechis <giovanni@openbsd.org>
|
|
|
|
DIR= gimp/v2.6
|
|
MASTER_SITES= ftp://ftp.gimp.org/pub/${DIR}/ \
|
|
ftp://ftp.sunet.se/pub/gnu/${DIR}/ \
|
|
ftp://ftp.cs.umn.edu/pub/gimp/pub/${DIR}/
|
|
|
|
HOMEPAGE= http://www.gimp.org/
|
|
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
BUILD_DEPENDS= textproc/libxslt
|
|
RUN_DEPENDS= devel/desktop-file-utils
|
|
LIB_DEPENDS= x11/gtk+2 \
|
|
graphics/aalib \
|
|
x11/dbus-glib \
|
|
graphics/libexif \
|
|
graphics/libmng \
|
|
graphics/tiff \
|
|
graphics/libwmf \
|
|
print/poppler \
|
|
graphics/gegl \
|
|
graphics/openjpeg \
|
|
x11/py-gtk2 \
|
|
net/curl
|
|
|
|
RUN_DEPENDS+= x11/py-gtk2
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
WANTLIB= ICE SM X11 Xext Xmu Xpm Xrender Xt atk-1.0 c \
|
|
Xcomposite Xdamage pcre crypto idn ssl \
|
|
fontconfig freetype glib-2.0 gmodule-2.0 \
|
|
gobject-2.0 jpeg>=62 lcms>=1 m pango-1.0 \
|
|
pangocairo-1.0 pangoft2-1.0 pixman-1 png>=4 \
|
|
pthread ncurses xml2 z cairo dbus-1 \
|
|
Xau Xcursor Xdmcp Xfixes Xi Xinerama Xrandr \
|
|
expat Xcomposite Xdamage gthread-2.0 pcre \
|
|
croco-0.6 gio-2.0 rsvg-2 babl-0.1 \
|
|
pthread-stubs xcb execinfo xcb-render \
|
|
gdk-x11-2.0 gdk_pixbuf-2.0 \
|
|
gtk-x11-2.0 tiff>=35 aa>=1.3 dbus-glib-1 \
|
|
exif mng poppler>=3 wmf-0.2 wmflite-0.2 \
|
|
poppler-glib>=3 gegl-0.1 openjpeg>=4 curl \
|
|
GL Xxf86vm drm xcb-shm
|
|
|
|
MODULES= devel/gettext \
|
|
textproc/intltool \
|
|
lang/python
|
|
|
|
USE_GMAKE= Yes
|
|
USE_LIBTOOL= Yes
|
|
AUTOCONF_VERSION= 2.67
|
|
CONFIGURE_STYLE= autoconf
|
|
CONFIGURE_ARGS= ${CONFIGURE_SHARED}
|
|
CONFIGURE_ARGS+=--without-gvfs \
|
|
--without-gnomevfs --with-libcurl \
|
|
--without-webkit --enable-gimp-remote
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/libpng -I${LOCALBASE}/include -I${X11BASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
|
|
|
|
.include <bsd.port.mk>
|