1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/security/seahorse/Makefile
Niclas Zeising 428fac4e1c Add USES=xorg USES=gl, ports categories s
Add USES=xorg and USES=gl to ports in categories starting with 's'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
2019-11-07 17:17:53 +00:00

47 lines
1.2 KiB
Makefile

# Created by: Dave McKay <dave@mu.org>
# $FreeBSD$
PORTNAME= seahorse
PORTVERSION= 3.20.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.4:security/gnupg \
valac:lang/vala \
itstool:textproc/itstool
LIB_DEPENDS= libgpgme.so:security/gpgme \
libgcr-3.so:security/gcr \
libsecret-1.so:security/libsecret \
libsoup-2.4.so:devel/libsoup
RUN_DEPENDS= gnupg>=2.1.4:security/gnupg
PORTSCOUT= limitw:1,even
USE_XORG= sm
USE_LDCONFIG= yes
USES= gettext gmake gnome libtool localbase pathfix \
pkgconfig tar:xz xorg
USE_GNOME= intlhack gnomeprefix gtk30
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
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 AVAHI
OPTIONS_DEFAULT=LDAP AVAHI
LDAP_CONFIGURE_ENABLE= ldap
LDAP_USE= OPENLDAP=yes
LDAP_DESC= LDAP keyserver support (for gpg)
AVAHI_DESC= DNS-SD key sharing
AVAHI_CONFIGURE_ENABLE= sharing
AVAHI_LIB_DEPENDS= libavahi-client.so:net/avahi-app
.include <bsd.port.mk>