8e6304f974
register x11/gtk+2 for ports depending on gconf2 that don't have another dependency that would bring it. discussed with jasper@
68 lines
1.8 KiB
Makefile
68 lines
1.8 KiB
Makefile
# $OpenBSD: Makefile,v 1.51 2011/05/14 21:29:04 ajacoutot Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= manage encryption keys
|
|
|
|
GNOME_PROJECT= seahorse
|
|
GNOME_VERSION= 2.32.0
|
|
REVISION= 6
|
|
|
|
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
|
|
|
|
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
|
|
WANTLIB += glib-2.0 gmodule-2.0 gnutls gobject-2.0 gpg-error
|
|
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
|
|
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
|
|
|
|
BUILD_DEPENDS= devel/gobject-introspection
|
|
|
|
LIB_DEPENDS= databases/openldap \
|
|
devel/libnotify>=0.7.2 \
|
|
devel/libsoup \
|
|
security/gpgme \
|
|
x11/gnome/libgnome-keyring \
|
|
x11/gnome/keyring>=2.30.0 \
|
|
net/avahi \
|
|
x11/gtk+2
|
|
|
|
MODULES= devel/gettext \
|
|
x11/gnome \
|
|
devel/gconf2
|
|
|
|
MODGNOME_HELP_FILES= Yes
|
|
DESKTOP_FILES= Yes
|
|
MODGCONF2_SCHEMAS_DIR= seahorse
|
|
|
|
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
|
|
--disable-gtk-doc \
|
|
--enable-introspection \
|
|
--enable-hkp \
|
|
--enable-ldap \
|
|
--enable-pgp \
|
|
--enable-sharing \
|
|
--disable-update-mime-database
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
USE_GROFF = Yes
|
|
|
|
FAKE_FLAGS= sysconfdir=${PREFIX}/share/examples/seahorse
|
|
|
|
.include <bsd.port.mk>
|