[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / x11 / gtksourceview

Annotation of pkgsrc/x11/gtksourceview/Makefile, Revision 1.9

1.9     ! jmmv        1: # $NetBSD: Makefile,v 1.8 2004/01/18 01:52:56 cube Exp $
1.1       jmmv        2: #
                      3:
1.2       cube        4: DISTNAME=      gtksourceview-0.7.0
1.9     ! jmmv        5: PKGREVISION=   7
1.1       jmmv        6: CATEGORIES=    x11
1.2       cube        7: MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/gtksourceview/0.7/}
1.1       jmmv        8:
                      9: MAINTAINER=    jmmv@NetBSD.org
                     10: HOMEPAGE=      http://www.gnome.org/softwaremap/projects/gtksourceview
                     11: COMMENT=       Text widget that extends GTK2's GtkTextView widget
                     12:
                     13: BUILD_USES_MSGFMT=     yes
                     14:
                     15: GNU_CONFIGURE=         yes
                     16: USE_BUILDLINK2=                yes
                     17: USE_LIBTOOL=           yes
                     18: USE_PERL5=             build
                     19: USE_PKGLOCALEDIR=      yes
1.2       cube       20: USE_GMAKE=             yes
1.1       jmmv       21:
                     22: LIBTOOL_OVERRIDE=      ${WRKSRC}/libtool
1.6       jmmv       23: PKGCONFIG_OVERRIDE=    gtksourceview-1.0.pc.in
1.1       jmmv       24:
                     25: CONFIGURE_ARGS=                --disable-build-tests
                     26: CONFIGURE_ARGS+=       --enable-gtk-doc=no
                     27: CONFIGURE_ARGS+=       --with-html-dir=${PREFIX}/share/doc/html
                     28:
                     29: .include "../../devel/gettext-lib/buildlink2.mk"
                     30: .include "../../devel/glib2/buildlink2.mk"
                     31: .include "../../devel/pkgconfig/buildlink2.mk"
                     32: .include "../../print/libgnomeprint/buildlink2.mk"
                     33: .include "../../textproc/intltool/buildlink2.mk"
                     34: .include "../../textproc/libxml2/buildlink2.mk"
                     35: .include "../../x11/gtk2/buildlink2.mk"
                     36: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>