64 lines
1.8 KiB
Makefile
64 lines
1.8 KiB
Makefile
# $OpenBSD: Makefile,v 1.21 2010/10/19 08:13:57 espie Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= plugins and utilities for seahorse
|
|
|
|
GNOME_PROJECT= seahorse-plugins
|
|
GNOME_VERSION= 2.30.1
|
|
REVISION= 3
|
|
|
|
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 avahi-client avahi-common
|
|
WANTLIB += avahi-glib bonobo-2 bonobo-activation bonoboui-2 c
|
|
WANTLIB += cairo crypto dbus-1 dbus-glib-1 eggdbus-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 xcb-render-util xml2 z cryptui
|
|
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= :shared-mime-info->=0.21:misc/shared-mime-info
|
|
|
|
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>
|