summaryrefslogtreecommitdiffstats
path: root/security/libgnome-keyring/Makefile
blob: da08b08576569fb3cd936ed4e5b560b7d70c4a51 (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
# New ports collection makefile for:    libgnome-keyring
# Date created:     2009-12-21
# Whom:         Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
#   $MCom: ports/security/libgnome-keyring/Makefile,v 1.22 2011/11/15 03:30:55 avl Exp $
#

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

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

BUILD_DEPENDS=  g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
LIB_DEPENDS=    dbus-1.3:${PORTSDIR}/devel/dbus \
        gcrypt.18:${PORTSDIR}/security/libgcrypt

USE_XZ=     yes
USE_GNOME=  gnomehack gnomeprefix ltverhack intlhack glib20
USE_GMAKE=  yes
USE_GETTEXT=    yes
USE_AUTOTOOLS=  libtool
USE_LDCONFIG=   yes
CPPFLAGS+=  -I${LOCALBASE}/include
LDFLAGS+=   -L${LOCALBASE}/lib

.include <bsd.port.mk>