2014-05-30 01:35:13 +02:00
|
|
|
# $NetBSD: Makefile,v 1.45 2014/05/29 23:38:19 wiz Exp $
|
2007-11-03 18:24:41 +01:00
|
|
|
|
2011-05-12 13:05:32 +02:00
|
|
|
DISTNAME= gtksourceview-2.10.5
|
|
|
|
PKGNAME= ${DISTNAME:S/-/2-/}
|
2014-05-30 01:35:13 +02:00
|
|
|
PKGREVISION= 22
|
2007-11-03 18:24:41 +01:00
|
|
|
CATEGORIES= x11
|
2011-05-12 13:05:32 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtksourceview/${PKGVERSION_NOREV:R}/}
|
2007-11-03 18:24:41 +01:00
|
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
|
2008-04-30 15:38:14 +02:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2007-11-03 18:24:41 +01:00
|
|
|
HOMEPAGE= http://gtksourceview.sourceforge.net/
|
|
|
|
COMMENT= Text widget that extends GTK2's GtkTextView widget
|
2011-05-12 13:05:32 +02:00
|
|
|
LICENSE= gnu-gpl-v2
|
2007-11-03 18:24:41 +01:00
|
|
|
|
|
|
|
USE_LIBTOOL= yes
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
|
|
USE_TOOLS+= gmake intltool msgfmt perl pkg-config
|
2011-05-12 13:05:32 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS+= --disable-build-tests
|
2007-11-03 18:24:41 +01:00
|
|
|
|
2008-02-20 12:30:20 +01:00
|
|
|
PKGCONFIG_OVERRIDE= gtksourceview-2.0.pc.in
|
2007-11-03 18:24:41 +01:00
|
|
|
|
2011-05-12 13:05:32 +02:00
|
|
|
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,'
|
2008-02-20 12:23:41 +01:00
|
|
|
|
2007-11-03 18:24:41 +01:00
|
|
|
.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"
|