![]() ![]() | ![]() |
File: [cvs.NetBSD.org] / pkgsrc / graphics / imlib-gtk / Makefile (download)
Revision 1.17, Tue Jan 3 17:36:24 2023 UTC (4 months, 4 weeks ago) by wiz
*: recursive bump for tiff shlib major bump |
# $NetBSD: Makefile,v 1.17 2023/01/03 17:36:24 wiz Exp $ DISTNAME= imlib-1.9.15 PKGNAME= imlib-gtk-1.9.15 PKGREVISION= 10 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"