openbsd-ports/x11/gtksourceview3/Makefile
2012-04-16 13:18:32 +00:00

47 lines
1.2 KiB
Makefile

# $OpenBSD: Makefile,v 1.18 2012/04/16 13:23:08 jasper Exp $
COMMENT= text widget that extends the GTK3 GtkTextView widget
GNOME_PROJECT= gtksourceview
GNOME_VERSION= 3.4.1
PKGNAME= ${GNOME_PROJECT}3-${GNOME_VERSION}
SHARED_LIBS += gtksourceview-3.0 0.0 # .0.0
CATEGORIES= x11
MAJOR_VERSION= 3.0
SUBST_VARS= MAJOR_VERSION
HOMEPAGE= http://projects.gnome.org/gtksourceview/
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>, \
Antoine Jacoutot <ajacoutot@openbsd.org>
# GPLv2/LGPLv2.1
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB += GL X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes
WANTLIB += Xi Xinerama Xrandr Xrender Xxf86vm atk-1.0 cairo cairo-gobject
WANTLIB += drm expat ffi fontconfig freetype gdk-3 gdk_pixbuf-2.0
WANTLIB += gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 gthread-2.0
WANTLIB += gtk-3 m pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre
WANTLIB += pixman-1 png pthread-stubs stdc++ xcb xcb-render xcb-shm
WANTLIB += xml2 z
MODULES= devel/gettext \
x11/gnome
LIB_DEPENDS= textproc/libxml \
x11/gtk+3
MODGNOME_TOOLS= goi
CONFIGURE_STYLE= gnu
REGRESS_IS_INTERACTIVE= x11
.include <bsd.port.mk>