openbsd-ports/x11/gtksourceview3/Makefile

47 lines
1.2 KiB
Makefile
Raw Normal View History

2012-05-15 07:23:37 -04:00
# $OpenBSD: Makefile,v 1.19 2012/05/15 11:23:37 jasper Exp $
2012-04-16 09:18:32 -04:00
COMMENT= text widget that extends the GTK3 GtkTextView widget
GNOME_PROJECT= gtksourceview
2012-05-15 07:23:37 -04:00
GNOME_VERSION= 3.4.2
PKGNAME= ${GNOME_PROJECT}3-${GNOME_VERSION}
SHARED_LIBS += gtksourceview-3.0 0.0 # .0.0
CATEGORIES= x11
2011-04-13 04:30:16 -04:00
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
2012-03-29 02:54:47 -04:00
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
2012-03-29 02:54:47 -04:00
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
2011-09-20 16:52:45 -04:00
MODGNOME_TOOLS= goi
CONFIGURE_STYLE= gnu
REGRESS_IS_INTERACTIVE= x11
.include <bsd.port.mk>