7eeb51b534
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.
32 lines
907 B
Makefile
32 lines
907 B
Makefile
# $NetBSD: Makefile,v 1.79 2014/05/29 23:38:19 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= gtksourceview-1.8.5
|
|
PKGREVISION= 29
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtksourceview/1.8/}
|
|
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
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_TOOLS+= gmake intltool msgfmt perl pkg-config
|
|
|
|
CFLAGS.Linux+= -D_GNU_SOURCE
|
|
|
|
PKGCONFIG_OVERRIDE= gtksourceview-1.0.pc.in
|
|
|
|
CONFIGURE_ARGS+= --disable-build-tests
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../devel/pango/buildlink3.mk"
|
|
.include "../../print/libgnomeprint/buildlink3.mk"
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|