55 lines
1.5 KiB
Makefile
Raw Normal View History

2016-01-19 09:19:15 +00:00
# $OpenBSD: Makefile,v 1.140 2016/01/19 09:19:15 jasper Exp $
COMMENT= lightweight GNOME text editor
GNOME_PROJECT= gedit
2016-01-19 09:19:15 +00:00
GNOME_VERSION= 3.18.3
CATEGORIES= editors
2008-06-24 20:34:07 +00:00
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
2013-03-30 12:07:28 +00:00
WANTLIB += ICE SM X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi
WANTLIB += Xinerama Xrandr Xrender atk-1.0 atk-bridge-2.0 atspi
WANTLIB += c cairo cairo-gobject dbus-1 enchant expat ffi fontconfig
WANTLIB += freetype gdk-3 gdk_pixbuf-2.0 gio-2.0 girepository-1.0
2013-03-30 12:07:28 +00:00
WANTLIB += glib-2.0 gmodule-2.0 gobject-2.0 graphite2 gthread-2.0
WANTLIB += gtk-3 gtksourceview-3.0 harfbuzz m pango-1.0 pangocairo-1.0
WANTLIB += pangoft2-1.0 pcre peas-1.0 peas-gtk-1.0 pixman-1 png
2014-10-05 12:54:04 +00:00
WANTLIB += pthread pthread-stubs stdc++ xcb xcb-render
2015-04-03 12:22:40 +00:00
WANTLIB += xcb-shm xml2 z lzma epoxy
MODULES= devel/dconf \
2010-04-22 21:52:39 +00:00
devel/gettext \
lang/python \
x11/gnome
BUILD_DEPENDS= devel/gsettings-desktop-schemas \
2013-04-16 10:23:01 +00:00
devel/iso-codes \
devel/py-gobject3${MODPY_FLAVOR}
LIB_DEPENDS= devel/libpeas>=1.8.0 \
textproc/enchant \
2014-10-05 12:54:04 +00:00
x11/gtksourceview3>=3.14.0
RUN_DEPENDS= devel/gsettings-desktop-schemas \
2013-03-30 12:07:28 +00:00
devel/iso-codes \
x11/gnome/gvfs #--enable-gvfs-metadata
# MODPY_LIBDIR/gi/overrides/
RUN_DEPENDS += devel/py-gobject3${MODPY_FLAVOR}
MODPY_VERSION= ${MODPY_DEFAULT_VERSION_3}
MODGNOME_TOOLS += desktop-file-utils gobject-introspection vala yelp
CONFIGURE_ARGS= --disable-updater
2013-03-11 11:35:43 +00:00
TEST_IS_INTERACTIVE= X11
post-install:
2014-10-01 10:45:42 +00:00
rm ${PREFIX}/lib/gedit/{,plugins}/*.{a,la}
.include <bsd.port.mk>