openbsd-ports/x11/gnome/seahorse/Makefile

57 lines
1.5 KiB
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.58 2011/09/20 21:10:01 jasper Exp $
2011-09-12 03:28:52 -04:00
COMMENT= GNOME encryption interface
GNOME_PROJECT= seahorse
2011-09-18 16:32:15 -04:00
GNOME_VERSION= 3.1.92
2009-10-14 12:11:04 -04:00
CATEGORIES= security
HOMEPAGE= http://projects.gnome.org/seahorse/
2011-09-18 16:32:15 -04:00
# GPLv2/GFDLv1.1
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2011-09-18 16:32:15 -04:00
WANTLIB += GL X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes
WANTLIB += Xi Xinerama Xrandr Xrender Xxf86vm asn1 assuan atk-1.0
WANTLIB += avahi-client avahi-common avahi-glib c cairo cairo-gobject
WANTLIB += com_err crypto dbus-1 drm expat fontconfig freetype
WANTLIB += gck-1 gcr-3 gcrypt gdk-3 gdk_pixbuf-2.0 gio-2.0 glib-2.0
WANTLIB += gmodule-2.0 gnome-keyring gobject-2.0 gpg-error gpgme
WANTLIB += gssapi gthread-2.0 gtk-3 krb5 lber-2.4 ldap-2.4 m p11-kit
WANTLIB += pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre pixman-1
WANTLIB += png pthread pthread-stubs sasl2 soup-2.4 ssl tasn1
WANTLIB += xcb xcb-render xcb-shm xml2 z
2010-11-22 03:36:47 -05:00
LIB_DEPENDS= databases/openldap \
2011-09-18 16:32:15 -04:00
x11/gnome/libgnome-keyring>=3.1.92 \
x11/gnome/keyring>=3.1.92 \
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 \
2011-09-18 16:32:15 -04:00
devel/dconf
2011-09-20 16:52:45 -04:00
MODGNOME_TOOLS= yelp
MODGNOME_DESKTOP_FILE= Yes
2011-09-12 03:28:52 -04:00
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --enable-hkp \
--enable-ldap \
2011-09-12 03:28:52 -04:00
--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 \
2011-09-18 16:32:15 -04:00
--disable-update-mime-database
2011-09-18 16:32:15 -04:00
FAKE_FLAGS= sysconfdir=${PREFIX}/share/examples/seahorse
2009-10-14 12:11:04 -04:00
.include <bsd.port.mk>