2011-11-04 05:56:28 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.47 2011/11/04 09:56:29 jasper Exp $
|
2007-12-17 17:09:06 -05:00
|
|
|
|
|
|
|
COMMENT= plugins for Gedit
|
|
|
|
|
|
|
|
GNOME_PROJECT= gedit-plugins
|
2011-10-17 08:27:06 -04:00
|
|
|
GNOME_VERSION= 3.2.1
|
2011-11-04 05:56:28 -04:00
|
|
|
REVISION= 0
|
2011-09-12 04:48:42 -04:00
|
|
|
|
2007-12-17 17:09:06 -05:00
|
|
|
CATEGORIES= editors
|
|
|
|
|
2011-09-12 03:26:18 -04:00
|
|
|
HOMEPAGE= http://live.gnome.org/Gedit/Plugins
|
2007-12-17 17:09:06 -05:00
|
|
|
|
2008-06-24 16:34:46 -04:00
|
|
|
# GPLv2
|
2007-12-17 17:09:06 -05:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2011-09-12 03:26:18 -04:00
|
|
|
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 girepository-1.0 glib-2.0 gmodule-2.0 gobject-2.0
|
|
|
|
WANTLIB += gthread-2.0 gtk-3 gtksourceview-3.0 m pango-1.0 pangocairo-1.0
|
|
|
|
WANTLIB += pangoft2-1.0 pcre peas-1.0 peas-gtk-1.0 pixman-1 png
|
2011-11-04 05:56:28 -04:00
|
|
|
WANTLIB += pthread-stubs xcb xcb-render xcb-shm xml2 z stdc++
|
2011-09-12 03:26:18 -04:00
|
|
|
|
2007-12-17 17:09:06 -05:00
|
|
|
MODULES= devel/gettext \
|
|
|
|
lang/python \
|
2011-09-12 03:26:18 -04:00
|
|
|
x11/gnome
|
2007-12-17 17:09:06 -05:00
|
|
|
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS} \
|
2011-09-12 03:26:18 -04:00
|
|
|
devel/gsettings-desktop-schemas
|
2011-09-26 16:37:48 -04:00
|
|
|
LIB_DEPENDS= devel/libpeas>=1.1.4p1 \
|
2011-09-12 03:26:18 -04:00
|
|
|
x11/gtksourceview3
|
|
|
|
RUN_DEPENDS= devel/gsettings-desktop-schemas \
|
2011-09-26 10:34:52 -04:00
|
|
|
devel/vte3 \
|
2010-11-22 03:36:47 -05:00
|
|
|
x11/dbus-python \
|
2011-10-17 08:27:06 -04:00
|
|
|
x11/gnome/gedit>=3.2.1 \
|
2011-09-12 04:48:42 -04:00
|
|
|
x11/gnome/gucharmap
|
2007-12-17 17:09:06 -05:00
|
|
|
|
2011-09-12 03:26:18 -04:00
|
|
|
LIBTOOL_FLAGS= --tag=disable-static
|
2007-12-17 17:09:06 -05:00
|
|
|
|
2011-09-20 18:54:25 -04:00
|
|
|
CONFIGURE_ARGS+= --with-plugins=all
|
2007-12-17 17:09:06 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|