openbsd-ports/x11/gnome/seahorse/Makefile

76 lines
1.9 KiB
Makefile
Raw Normal View History

2011-09-16 08:29:12 -04:00
# $OpenBSD: Makefile,v 1.54 2011/09/16 12:29:14 espie Exp $
2010-10-26 10:53:05 -04:00
SHARED_ONLY= Yes
2011-09-12 03:28:52 -04:00
COMMENT= GNOME encryption interface
GNOME_PROJECT= seahorse
2011-09-12 03:28:52 -04:00
GNOME_VERSION= 3.0.2
2011-09-16 08:29:12 -04:00
REVISION= 2
2009-10-14 12:11:04 -04:00
SHARED_LIBS += cryptui 1.0 # .0.0
CATEGORIES= security
HOMEPAGE= http://projects.gnome.org/seahorse/
# GPLv2/LGPLv2/GFDLv1.1
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2011-09-12 08:04:16 -04:00
EXTRACT_SUFX= .tar.bz2
2011-09-12 03:28:52 -04:00
WANTLIB += GL ICE ORBit-2 SM X11 Xau Xcomposite Xcursor Xdamage
WANTLIB += Xdmcp Xext Xfixes Xi Xinerama Xrandr Xrender Xxf86vm
WANTLIB += asn1 atk-1.0 avahi-client avahi-common avahi-glib c
WANTLIB += cairo cairo-gobject com_err crypto dbus-1 dbus-glib-1
WANTLIB += drm expat fontconfig freetype gck gcr-3 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 gssapi gthread-2.0 gtk-3
WANTLIB += krb5 lber-2.4 ldap-2.4 m notify pango-1.0 pangocairo-1.0
2009-10-14 12:11:04 -04:00
WANTLIB += pangoft2-1.0 pcre pixman-1 png pthread pthread-stubs
2011-09-12 03:28:52 -04:00
WANTLIB += sasl2 soup-2.4 ssl tasn1 xcb xcb-render xcb-shm xml2
WANTLIB += z assuan
BUILD_DEPENDS= devel/gobject-introspection
2010-11-22 03:36:47 -05:00
LIB_DEPENDS= databases/openldap \
2011-09-12 03:28:52 -04:00
x11/gnome/libgnome-keyring>=3.0.0 \
x11/gnome/keyring>=3.0.0 \
devel/libnotify \
2010-11-22 03:36:47 -05:00
devel/libsoup \
security/gpgme \
2011-09-12 03:28:52 -04:00
net/avahi
MODULES= devel/gettext \
x11/gnome \
devel/gconf2
MODGNOME_HELP_FILES= Yes
DESKTOP_FILES= Yes
MODGCONF2_SCHEMAS_DIR= seahorse
2011-09-12 03:28:52 -04:00
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
2010-09-30 03:46:44 -04:00
--disable-gtk-doc \
--enable-introspection \
--enable-hkp \
--enable-ldap \
2011-09-12 03:28:52 -04:00
--enable-libnotify \
--enable-pkcs11 \
2010-04-23 07:40:26 -04:00
--enable-pgp \
2009-06-03 12:38:50 -04:00
--enable-sharing \
2011-09-12 03:28:52 -04:00
--enable-ssh \
--disable-update-mime-database \
--with-gtk=3
USE_GROFF= Yes
2009-10-14 12:11:04 -04:00
FAKE_FLAGS= sysconfdir=${PREFIX}/share/examples/seahorse
.include <bsd.port.mk>