summaryrefslogtreecommitdiffstats
path: root/security/seahorse-sharing/Makefile
blob: c0138015b2001cde905a57a0465b03a2dc50bc1c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# New ports collection makefile for:    Seahorse
# Date created:     08 March 2000
# Whom:         Dave McKay <dave@mu.org>
#
# $FreeBSD$
#   $MCom$
#

PORTNAME=   seahorse-sharing
PORTVERSION=    3.2.1
CATEGORIES= security gnome
MASTER_SITES=   GNOME
DIST_SUBDIR=    gnome3

MAINTAINER= gnome@FreeBSD.org
COMMENT=    Seahorse PGP public key sharing using DNS-SD and HKP.

BUILD_DEPENDS=  gpg:${PORTSDIR}/security/gnupg
LIB_DEPENDS=    gpgme.19:${PORTSDIR}/security/gpgme \
        avahi-glib.1:${PORTSDIR}/net/avahi-app \
        soup-2.4.1:${PORTSDIR}/devel/libsoup
RUN_DEPENDS=    gpg:${PORTSDIR}/security/gnupg \
        seahorse>=3.2.1:${PORTSDIR}/security/seahorse3

USE_XZ=     yes
USE_GETTEXT=    yes
USE_GMAKE=  yes
USE_GNOME=  gnomehack intlhack gnomeprefix
GNU_CONFIGURE=  yes
INSTALLS_ICONS= yes
CPPFLAGS=   -I${LOCALBASE}/include
LDFLAGS=    -L${LOCALBASE}/lib

MAN1=       seahorse-sharing.1

.include <bsd.port.mk>