freebsd-ports/security/seahorse/Makefile
Koop Mast c132ed0706 Switch back to gnupg 2.1.
Turns out that other dependancies also pull in the new gnupg so we end up
with a conflict. But this allows the port to build.
2014-11-22 16:04:24 +00:00

48 lines
1.4 KiB
Makefile

# Created by: Dave McKay <dave@mu.org>
# $FreeBSD$
# $MCom: ports/trunk/security/seahorse/Makefile 19992 2014-10-18 19:48:08Z gusi $
PORTNAME= seahorse
PORTVERSION= 3.14.0
PORTREVISION= 2
CATEGORIES= security gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
MAINTAINER= gnome@FreeBSD.org
COMMENT= GNOME application for managing encryption keys (PGP, SSH)
BUILD_DEPENDS= gnupg>=2.1:${PORTSDIR}/security/gnupg \
valac:${PORTSDIR}/lang/vala \
itstool:${PORTSDIR}/textproc/itstool
LIB_DEPENDS= libgpgme.so:${PORTSDIR}/security/gpgme \
libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \
libgcr-3.so:${PORTSDIR}/security/gcr \
libsecret-1.so:${PORTSDIR}/security/libsecret \
libsoup-2.4.so:${PORTSDIR}/devel/libsoup
RUN_DEPENDS= gnupg>=2.1:${PORTSDIR}/security/gnupg
USE_XORG= sm
USE_LDCONFIG= yes
USES= gettext gmake libtool pathfix pkgconfig tar:xz
USE_GNOME= intlhack gnomeprefix gtk30
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
GLIB_SCHEMAS= org.gnome.seahorse.gschema.xml \
org.gnome.seahorse.manager.gschema.xml \
org.gnome.seahorse.window.gschema.xml
OPTIONS_SUB= yes
OPTIONS_DEFINE= LDAP NOTIFY AVAHI
OPTIONS_DEFAULT=LDAP NOTIFY AVAHI
LDAP_CONFIGURE_ENABLE= ldap
LDAP_USE= OPENLDAP=yes
NOTIFY_CONFIGURE_ENABLE= libnotify
NOTIFY_LIB_DEPENDS= libnotify.so:${PORTSDIR}/devel/libnotify
AVAHI_CONFIGURE_ENABLE= sharing
AVAHI_LIB_DEPENDS= libavahi-client.so:${PORTSDIR}/net/avahi-app
.include <bsd.port.mk>