pkgsrc/x11/gtksourceview2/Makefile
wiz 7eeb51b534 Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
2014-05-29 23:35:13 +00:00

34 lines
1 KiB
Makefile

# $NetBSD: Makefile,v 1.45 2014/05/29 23:38:19 wiz Exp $
DISTNAME= gtksourceview-2.10.5
PKGNAME= ${DISTNAME:S/-/2-/}
PKGREVISION= 22
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtksourceview/${PKGVERSION_NOREV:R}/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://gtksourceview.sourceforge.net/
COMMENT= Text widget that extends GTK2's GtkTextView widget
LICENSE= gnu-gpl-v2
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
USE_TOOLS+= gmake intltool msgfmt perl pkg-config
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --disable-build-tests
PKGCONFIG_OVERRIDE= gtksourceview-2.0.pc.in
SUBST_CLASSES+= ige-mac
SUBST_STAGE.ige-mac= pre-configure
SUBST_MESSAGE.ige-mac= Do not require ige-mac-integration.
SUBST_FILES.ige-mac= configure
SUBST_SED.ige-mac= -e 's,os_osx=yes,os_osx=no,'
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/pango/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"