summaryrefslogtreecommitdiffstats
path: root/security/libgnome-keyring/Makefile
blob: 3102558a9b018e66412c0659d22b296f57e289d6 (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
# Created by: Michael Johnson <ahze@FreeBSD.org>
# $FreeBSD$
#   $MCom$

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

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

LIB_DEPENDS=    libdbus-1.so:${PORTSDIR}/devel/dbus \
        libgcrypt.so:${PORTSDIR}/security/libgcrypt

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

post-install:
    @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lib*.so*

.include <bsd.port.mk>