pkgsrc/graphics/imlib-gtk/Makefile
rillig 4376895e91 graphics/*: remove redundant :Q modifiers
pkgsrc doesn't support PREFIX with spaces or other special characters.
Therefore it is not necessary to add the :Q modifier to this variable
and several others.
2018-01-14 14:58:38 +00:00

46 lines
1.2 KiB
Makefile

# $NetBSD: Makefile,v 1.15 2018/01/14 14:58:39 rillig Exp $
DISTNAME= imlib-1.9.15
PKGNAME= imlib-gtk-1.9.15
PKGREVISION= 8
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
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}
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}
CONFIGURE_ARGS+= --x-includes=${X11BASE}/include
BUILDLINK_DEPMETHOD.libXt?= build
.include "../../graphics/imlib/buildlink3.mk"
.include "../../x11/gtk/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"