blob: fa2616a3289db07a1b2d0b4efeac0476174b43b7 (
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
|
# Created by: Dave McKay <dave@mu.org>
# $FreeBSD$
# $MCom: ports/trunk/security/seahorse-sharing/Makefile 18393 2013-04-26 21:23:07Z kwm $
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:${PORTSDIR}/security/gpgme \
avahi-glib:${PORTSDIR}/net/avahi-app \
soup-2.4:${PORTSDIR}/devel/libsoup
RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg \
seahorse>=3.2.1:${PORTSDIR}/security/seahorse3
USE_XZ= yes
USES= gettext pathfix pkgconfig
USE_GMAKE= yes
USE_GNOME= intlhack gnomeprefix
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
MAN1= seahorse-sharing.1
.include <bsd.port.mk>
|