openbsd-ports/x11/gnome/seahorse/Makefile

65 lines
1.7 KiB
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.48 2011/01/12 08:06:35 pea Exp $
2010-10-26 10:53:05 -04:00
SHARED_ONLY= Yes
COMMENT= manage encryption keys
GNOME_PROJECT= seahorse
2010-09-30 03:46:44 -04:00
GNOME_VERSION= 2.32.0
REVISION= 3
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
2009-10-14 12:11:04 -04:00
WANTLIB += ICE ORBit-2 SM X11 Xau Xcomposite Xcursor Xdamage Xdmcp
WANTLIB += Xext Xfixes Xi Xinerama Xrandr Xrender asn1 atk-1.0
WANTLIB += c cairo com_err crypto dbus-1 dbus-glib-1 expat fontconfig
WANTLIB += freetype gcrypt gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0
2010-10-11 04:11:24 -04:00
WANTLIB += glib-2.0 gmodule-2.0 gnutls gobject-2.0 gpg-error
2009-10-14 12:11:04 -04:00
WANTLIB += gssapi gthread-2.0 gtk-x11-2.0 krb5 m pango-1.0 pangocairo-1.0
WANTLIB += pangoft2-1.0 pcre pixman-1 png pthread pthread-stubs
2010-09-30 03:46:44 -04:00
WANTLIB += sasl2 ssl tasn1 xcb xml2 z xcb-render xcb-render-util
WANTLIB += lber-2.4 ldap-2.4 notify soup-2.4 gpgme gnome-keyring>=6 gcr>=1
WANTLIB += gp11 avahi-client avahi-common avahi-glib
2010-11-22 03:36:47 -05:00
LIB_DEPENDS= databases/openldap \
devel/libnotify \
devel/libsoup \
security/gpgme \
x11/gnome/libgnome-keyring \
x11/gnome/keyring>=2.30.0 \
net/avahi
MODULES= devel/gettext \
x11/gnome \
devel/gconf2
MODGNOME_HELP_FILES= Yes
DESKTOP_FILES= Yes
MODGCONF2_SCHEMAS_DIR= seahorse
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
2010-09-30 03:46:44 -04:00
--disable-gtk-doc \
--disable-introspection \
--enable-hkp \
--enable-ldap \
2010-04-23 07:40:26 -04:00
--enable-pgp \
2009-06-03 12:38:50 -04:00
--enable-sharing \
2009-10-14 12:11:04 -04:00
--disable-update-mime-database
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
2010-10-19 04:13:56 -04:00
USE_GROFF = Yes
2009-10-14 12:11:04 -04:00
FAKE_FLAGS= sysconfdir=${PREFIX}/share/examples/seahorse
.include <bsd.port.mk>