summaryrefslogtreecommitdiff
path: root/graphics/imlib-gtk/Makefile
diff options
context:
space:
mode:
authormarkd <markd>2011-02-19 08:54:08 +0000
committermarkd <markd>2011-02-19 08:54:08 +0000
commit27471619d626760b025963970a1b65a1f109e656 (patch)
tree6fe7d13e678d80d9f98befc97a5bd7a14c535ea1 /graphics/imlib-gtk/Makefile
parenta9de57eae38a3a7e4bc0e342bd2a58d3acc953ce (diff)
downloadpkgsrc-27471619d626760b025963970a1b65a1f109e656.tar.gz
Split the gtk parts of imlib into its own package.
Diffstat (limited to 'graphics/imlib-gtk/Makefile')
-rw-r--r--graphics/imlib-gtk/Makefile52
1 files changed, 52 insertions, 0 deletions
diff --git a/graphics/imlib-gtk/Makefile b/graphics/imlib-gtk/Makefile
new file mode 100644
index 00000000000..628dd747324
--- /dev/null
+++ b/graphics/imlib-gtk/Makefile
@@ -0,0 +1,52 @@
+# $NetBSD: Makefile,v 1.1.1.1 2011/02/19 08:54:08 markd Exp $
+
+DISTNAME= imlib-1.9.15
+PKGNAME= imlib-gtk-1.9.15
+CATEGORIES= graphics
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/imlib/1.9/}
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://www.nl.rasterman.com/imlib.html
+COMMENT= Image manipulation library for X11 (gtk bits)
+
+CONFLICTS= imlib<=1.9.15nb8
+
+PKG_DESTDIR_SUPPORT= user-destdir
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
+DISTINFO_FILE= ${.CURDIR}/../imlib/distinfo
+PATCHDIR= ${.CURDIR}/../imlib/patches
+INSTALL_DIRS= gdk_imlib utils
+
+USE_TOOLS+= gmake
+USE_LIBTOOL= yes
+GNU_CONFIGURE= yes
+PKGCONFIG_OVERRIDE= imlib.pc.in
+UNLIMIT_RESOURCES= datasize
+
+CPPFLAGS+= -DENABLE_NLS
+CONFIGURE_ENV+= ac_cv_path_CONVERT_PROG="${LOCALBASE}/bin/convert"
+CONFIGURE_ENV+= X_LDFLAGS=${X_LDFLAGS:Q}
+CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
+# breaks kde3 kuickshow if shm and other than XAA acceleration
+CONFIGURE_ARGS+= --disable-shm
+
+PKG_SYSCONFSUBDIR= imlib
+
+# The following ensures that `imlib-config --libs' includes the correct
+# linker flags for linking the X11 libs.
+#
+X_LDFLAGS= ${X11_LDFLAGS}
+
+.include "../../mk/bsd.prefs.mk"
+.if ${X11_TYPE} == "modular"
+CONFIGURE_ARGS+= --x-includes=${X11PREFIX:Q}/include
+.endif
+
+BUILDLINK_DEPMETHOD.libXt?= build
+
+.include "../../graphics/imlib/buildlink3.mk"
+.include "../../x11/gtk/buildlink3.mk"
+
+.include "../../mk/bsd.pkg.mk"