freebsd-ports/security/seahorse/Makefile
Koop Mast d129587b5d The FreeBSD GNOME team proudly presents GNOME 3.16 for FreeBSD.
The offical GNOME 3.16 release notes can be found at https://help.gnome.org/misc/release-notes/3.16/

Upgrade instructions for port users:

Delete the old tracker package with:
# pkg delete -f tracker
And user port upgrade tool of choice to upgrade.

Thanks to Antoine Brodin for running the exp-runs.

This release was made possible by the following people:
  Gustau Perez
  Ting-Wei_Lan

PR:		201980
2015-08-05 19:13:24 +00:00

48 lines
1.4 KiB
Makefile

# Created by: Dave McKay <dave@mu.org>
# $FreeBSD$
PORTNAME= seahorse
PORTVERSION= 3.16.0
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
PORTSCOUT= limitw:1,even
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>