openbsd-ports/x11/gnome/gedit/Makefile

63 lines
1.7 KiB
Makefile
Raw Normal View History

2009-10-27 08:00:22 -04:00
# $OpenBSD: Makefile,v 1.46 2009/10/27 12:02:29 jasper Exp $
SHARED_ONLY= Yes
COMMENT= lightweight GNOME text editor
# PLIST regen is needed for at least the following ports when
# the gedit plugins directory changes:
# (i.e. ${LOCALBASE}/lib/gedit-2/plugins)
# x11/gnome/gedit-plugins
# x11/gnome/seahorse-plugins
GNOME_PROJECT= gedit
2009-10-11 14:13:25 -04:00
GNOME_VERSION= 2.28.0
2009-10-27 08:00:22 -04:00
PKGNAME= ${DISTNAME}p1
CATEGORIES= editors
HOMEPAGE= http://projects.gnome.org/gedit/
2008-06-24 16:34:07 -04:00
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2009-10-11 14:13:25 -04:00
WANTLIB += ICE ORBit-2 SM X11 Xau Xcomposite Xcursor Xdamage Xdmcp
WANTLIB += Xext Xfixes Xi Xinerama Xrandr Xrender atk-1.0 c cairo
WANTLIB += dbus-1 dbus-glib-1 expat ffi fontconfig freetype gdk-x11-2.0
WANTLIB += gdk_pixbuf-2.0 gio-2.0 glib-2.0 glitz gmodule-2.0 gobject-2.0
WANTLIB += gthread-2.0 gtk-x11-2.0 m pango-1.0 pangocairo-1.0
WANTLIB += pangoft2-1.0 pcre pixman-1 png pthread pthread-stubs
WANTLIB += stdc++ util xcb xml2 z
2009-10-11 14:13:25 -04:00
MODULES= devel/gconf2 \
devel/gettext \
lang/python \
2009-10-11 14:13:25 -04:00
x11/gnome
BUILD_DEPENDS= :iso-codes-*:devel/iso-codes \
::x11/py-gtksourceview \
:py-gtk2->=2.12.0:x11/py-gtk2
LIB_DEPENDS= enchant::textproc/enchant \
gtksourceview-2.0::x11/gtksourceview \
${MODPY_LIB_DEPENDS}
RUN_DEPENDS= :py-gtk2->=2.12.0:x11/py-gtk2 \
::x11/py-gtksourceview \
::x11/gnome/py-gnome
MODGNOME_HELP_FILES= Yes
USE_X11= Yes
DESKTOP_FILES= Yes
MODGCONF2_SCHEMAS_DIR= gedit
2007-04-07 09:40:22 -04:00
LIBTOOL_FLAGS= --tag=disable-static
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
--enable-python \
2009-10-11 14:13:25 -04:00
--disable-attr \
--disable-updater
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -lm -lstdc++ -lintl -liconv"
.include <bsd.port.mk>