openbsd-ports/x11/gtksourceview/Makefile
sturm 162eda8ab5 disable build tests, in order not to depend on gnome-vfs2 (which the port
didn't); make regress does not do anything useful with or without this
configure flag

ok maintainer thomas at delaet.org
2004-12-31 07:25:05 +00:00

36 lines
1.0 KiB
Makefile

# $OpenBSD: Makefile,v 1.7 2004/12/31 07:25:05 sturm Exp $
COMMENT= "Text widget that extends GTK2's GtkTextView widget"
DISTNAME= gtksourceview-1.1.1
CATEGORIES= x11
HOMEPAGE= http://www.gnome.org/softwaremap/projects/gtksourceview
MAINTAINER= Thomas Delaet <thomas@delaet.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= X11 Xcursor Xext Xft Xinerama Xrender art_lgpl_2 atk-1.0.0.0 \
fontconfig freetype gdk-x11-2.0.0.0 gdk_pixbuf-2.0.0.0 \
glib-2.0.0.0 gmodule-2.0.0.0 gobject-2.0.0.0 gtk-x11-2.0.0.0 m \
pango-1.0.0.0 pangox-1.0.0.0 pangoxft-1.0.0.0 xml2 z
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtksourceview/1.1/}
EXTRACT_SUFX= .tar.bz2
MODULES= devel/gettext
BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig \
:p5-XML-Parser-*:textproc/p5-XML-Parser
LIB_DEPENDS= gnomeprint-2-2::x11/gnome/libgnomeprintui
USE_X11= Yes
USE_GMAKE= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= --disable-build_tests
.include <bsd.port.mk>