2b0e287e3c
News in 1.2.0 ------------- * Updated translations. News in 1.1.93 -------------- * Partially fixed bug bug #168247 (wrong selection of characters when searching for single characters) * Fixed bug #164066 (Highlight Current Line Bug with Pixmap Based Themes) * Fixed bug #168229 (disconnect tag table signal handlers in destructor) * Rewritten idl.lang * Added some missing items to php.lang * Updated translations. News in 1.1.92 -------------- * Bug fixes and update translations. News in 1.1.91 -------------- * Undoing/Redoing to a non-modified state unset the modified flag. * Added some missing documentation and improved existing one. * Bug fixes and update translations.
35 lines
1,016 B
Makefile
35 lines
1,016 B
Makefile
# $NetBSD: Makefile,v 1.20 2005/03/22 16:25:24 jmmv Exp $
|
|
#
|
|
|
|
DISTNAME= gtksourceview-1.2.0
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtksourceview/1.2/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= jmmv@NetBSD.org
|
|
HOMEPAGE= http://gtksourceview.sourceforge.net/
|
|
COMMENT= Text widget that extends GTK2's GtkTextView widget
|
|
|
|
BUILD_USES_MSGFMT= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_BUILDLINK3= yes
|
|
USE_LIBTOOL= yes
|
|
USE_PERL5= build
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_GNU_TOOLS+= make
|
|
|
|
PKGCONFIG_OVERRIDE= gtksourceview-1.0.pc.in
|
|
|
|
CONFIGURE_ARGS= --disable-build-tests
|
|
CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../devel/pango/buildlink3.mk"
|
|
.include "../../devel/pkgconfig/buildlink3.mk"
|
|
.include "../../print/libgnomeprint/buildlink3.mk"
|
|
.include "../../textproc/intltool/buildlink3.mk"
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|