Fixup fromcvs/togit conversion
[pkgsrcv2.git] / x11 / gtksourceview2 / Makefile
1 # $NetBSD: Makefile,v 1.39 2013/06/03 10:06:14 wiz Exp $
2
3 DISTNAME=       gtksourceview-2.10.5
4 PKGNAME=        ${DISTNAME:S/-/2-/}
5 PKGREVISION=    17
6 CATEGORIES=     x11
7 MASTER_SITES=   ${MASTER_SITE_GNOME:=sources/gtksourceview/${PKGVERSION_NOREV:R}/}
8 EXTRACT_SUFX=   .tar.bz2
9
10 MAINTAINER=     pkgsrc-users@NetBSD.org
11 HOMEPAGE=       http://gtksourceview.sourceforge.net/
12 COMMENT=        Text widget that extends GTK2's GtkTextView widget
13 LICENSE=        gnu-gpl-v2
14
15 USE_LIBTOOL=            yes
16 USE_PKGLOCALEDIR=       yes
17 USE_TOOLS+=             gmake intltool msgfmt perl pkg-config
18 GNU_CONFIGURE=          yes
19 CONFIGURE_ARGS+=        --disable-build-tests
20
21 PKGCONFIG_OVERRIDE=     gtksourceview-2.0.pc.in
22
23 SUBST_CLASSES+=         ige-mac
24 SUBST_STAGE.ige-mac=    pre-configure
25 SUBST_MESSAGE.ige-mac=  Do not require ige-mac-integration.
26 SUBST_FILES.ige-mac=    configure
27 SUBST_SED.ige-mac=      -e 's,os_osx=yes,os_osx=no,'
28
29 .include "../../devel/gettext-lib/buildlink3.mk"
30 .include "../../devel/glib2/buildlink3.mk"
31 .include "../../devel/pango/buildlink3.mk"
32 .include "../../textproc/libxml2/buildlink3.mk"
33 .include "../../x11/gtk2/buildlink3.mk"
34 .include "../../mk/bsd.pkg.mk"