b2e8624c80
webkit.
64 lines
1.9 KiB
Makefile
64 lines
1.9 KiB
Makefile
# $OpenBSD: Makefile,v 1.15 2010/05/07 13:16:34 ajacoutot Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= plugins and utilities for seahorse
|
|
|
|
GNOME_PROJECT= seahorse-plugins
|
|
GNOME_VERSION= 2.30.1
|
|
PKGNAME= ${DISTNAME}p0
|
|
|
|
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 glitz 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
|
|
|
|
BUILD_DEPENDS= :xulrunner-devel->=1.8,<1.9:devel/xulrunner/1.8,-devel \
|
|
::x11/gnome/gedit
|
|
|
|
LIB_DEPENDS= cryptui::x11/gnome/seahorse \
|
|
gtksourceview-2.0.>=2::x11/gtksourceview \
|
|
nautilus-extension.>=2::x11/gnome/nautilus\
|
|
panel-applet-2.>=1::x11/gnome/panel
|
|
|
|
RUN_DEPENDS= :shared-mime-info->=0.21:misc/shared-mime-info
|
|
|
|
MODULES= devel/gettext \
|
|
x11/gnome \
|
|
devel/gconf2
|
|
|
|
USE_X11= Yes
|
|
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"
|
|
|
|
# the plugin needs a gecko epiphany, ours uses webkit
|
|
CONFIGURE_ARGS+= --disable-epiphany
|
|
|
|
.include <bsd.port.mk>
|