openbsd-ports/x11/py-gtksourceview/Makefile
bernd 41c03f547b Initial import of py-gtksourceview-2.0.0.
This package contains python bindings for the version 2 of the
GtkSourceView library.

Needed by an upcoming gedit update.

help & ok jasper@, martynas@
2007-11-26 21:06:35 +00:00

38 lines
985 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2007/11/26 21:06:35 bernd Exp $
SHARED_ONLY= Yes
COMMENT= python bindings for the GtkSourceView library
GNOME_PROJECT= pygtksourceview
GNOME_VERSION= 2.0.0
PKGNAME= py-gtksourceview-${GNOME_VERSION}
CATEGORIES= x11
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES= devel/gettext lang/python x11/gnome
WANTLIB= X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes \
Xi Xinerama Xrandr Xrender atk-1.0 cairo expat \
fontconfig freetype gdk-x11-2.0 gdk_pixbuf-2.0 \
glib-2.0 glitz gmodule-2.0 gobject-2.0 gtk-x11-2.0 m \
pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre png xml2 z
LIB_DEPENDS= gtksourceview-2.0::x11/gtksourceview
BUILD_DEPENDS= ${RUN_DEPENDS} \
::textproc/libxslt \
::textproc/docbook-xsl
RUN_DEPENDS= ::x11/py-gtk2
CONFIGURE_STYLE= gnu
CONFIGURE_ENV= PYTHON="${MODPY_BIN}"
LIBTOOL_FLAGS= --tag=disable-static
.include <bsd.port.mk>