16d43dd6ee
Seahorse nautilus is an extension for nautilus which allows encryption and decryption of OpenPGP files using GnuPG. ok robert@
44 lines
1.1 KiB
Makefile
44 lines
1.1 KiB
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2012/03/29 08:10:23 ajacoutot Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= GnuPG extension for nautilus(1)
|
|
|
|
GNOME_PROJECT= seahorse-nautilus
|
|
GNOME_VERSION= 3.4.0
|
|
|
|
CATEGORIES= security
|
|
|
|
HOMEPAGE= http://projects.gnome.org/seahorse/
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
WANTLIB += GL X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes
|
|
WANTLIB += Xi Xinerama Xrandr Xrender Xxf86vm assuan atk-1.0 c
|
|
WANTLIB += cairo cairo-gobject cryptui dbus-1 dbus-glib-1 drm
|
|
WANTLIB += expat ffi fontconfig freetype gconf-2 gcrypt gdk-3
|
|
WANTLIB += gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0 gnome-keyring
|
|
WANTLIB += gobject-2.0 gpg-error gpgme gthread-2.0 gtk-3 m nautilus-extension
|
|
WANTLIB += notify pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre pixman-1
|
|
WANTLIB += png pthread pthread-stubs stdc++ xcb xcb-render xcb-shm
|
|
WANTLIB += z
|
|
|
|
LIB_DEPENDS= x11/gnome/nautilus \
|
|
x11/gnome/libcryptui
|
|
|
|
MODULES= devel/gettext \
|
|
x11/gnome \
|
|
devel/dconf
|
|
|
|
MODGNOME_DESKTOP_FILE= Yes
|
|
|
|
LIBTOOL_FLAGS= --tag=disable-static
|
|
|
|
CONFIGURE_ARGS= --disable-static
|
|
|
|
.include <bsd.port.mk>
|