openbsd-ports/x11/gnome/seahorse-plugins/Makefile
ajacoutot 6d01c2069a Fix build/run with new libnotify.
tested in a bulk by landry, thanks!
ok landry@ jasper@
2011-04-21 07:04:56 +00:00

64 lines
1.8 KiB
Makefile

# $OpenBSD: Makefile,v 1.24 2011/04/21 07:07:53 ajacoutot Exp $
SHARED_ONLY= Yes
COMMENT= plugins and utilities for seahorse
GNOME_PROJECT= seahorse-plugins
GNOME_VERSION= 2.30.1
REVISION= 5
CATEGORIES= security
HOMEPAGE= http://projects.gnome.org/seahorse/
# GPLv2/GFDLv1.1
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB += ICE ORBit-2 ORBitCosNaming-2 SM X11 Xau Xcomposite
WANTLIB += Xcursor Xdamage Xdmcp Xext Xfixes Xi Xinerama Xrandr
WANTLIB += Xrender art_lgpl_2 atk-1.0 canberra drm ltdl ogg vorbis vorbisfile
WANTLIB += bonobo-2 bonobo-activation bonoboui-2 c
WANTLIB += cairo crypto dbus-1 dbus-glib-1 expat fontconfig
WANTLIB += freetype gailutil gcrypt gdk-x11-2.0 gdk_pixbuf-2.0
WANTLIB += gio-2.0 glib-2.0 gmodule-2.0 gnome-2 gnome-keyring
WANTLIB += gnomecanvas-2 gnomevfs-2 gobject-2.0 gpg-error gpgme
WANTLIB += gthread-2.0 gtk-x11-2.0 m notify pango-1.0 pangocairo-1.0
WANTLIB += pangoft2-1.0 pcre pixman-1 png popt pthread pthread-stubs
WANTLIB += ssl util xcb xcb-render xml2 z cryptui GL Xxf86vm xcb-shm
WANTLIB += gtksourceview-2.0 nautilus-extension panel-applet-2
BUILD_DEPENDS= x11/gnome/gedit
LIB_DEPENDS= x11/gnome/seahorse \
x11/gtksourceview \
x11/gnome/nautilus\
x11/gnome/panel
RUN_DEPENDS= misc/shared-mime-info>=0.21
MODULES= devel/gettext \
x11/gnome \
devel/gconf2
MODGNOME_HELP_FILES= Yes
DESKTOP_FILES= Yes
LIBTOOL_FLAGS= --tag=disable-static
MODGCONF2_SCHEMAS_DIR= seahorse-plugins
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
--disable-static \
--disable-update-mime-database \
--disable-cpp-rtti
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
USE_GROFF = Yes
# the plugin needs a gecko epiphany, ours uses webkit
CONFIGURE_ARGS+= --disable-epiphany
.include <bsd.port.mk>