summaryrefslogtreecommitdiffstats
path: root/security/libgnome-keyring/Makefile
blob: 5fcc5cf57cc347a8b5cdb13729df4ab44d83a2cb (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
# Created by: Michael Johnson <ahze@FreeBSD.org>
# $FreeBSD$
#   $MCom: ports/trunk/security/libgnome-keyring/Makefile 18610 2013-06-30 16:33:05Z marcus $

PORTNAME=   libgnome-keyring
PORTVERSION=    3.6.0
CATEGORIES= security gnome
MASTER_SITES=   GNOME

MAINTAINER= gnome@FreeBSD.org
COMMENT=    A program that keeps passwords and other secrets

LIB_DEPENDS=    dbus-1:${PORTSDIR}/devel/dbus \
        gcrypt:${PORTSDIR}/security/libgcrypt

USE_XZ=     yes
USE_GNOME=  glib20 gnomehier gnomeprefix intlhack \
        introspection:build ltverhack
USES=       gettext gmake pathfix pkgconfig
USE_AUTOTOOLS=  libtool
USE_LDCONFIG=   yes
CPPFLAGS+=  -I${LOCALBASE}/include
LDFLAGS+=   -L${LOCALBASE}/lib

.include <bsd.port.mk>