summaryrefslogblamecommitdiffstats
path: root/security/libgnome-keyring/Makefile
blob: d67a4375f973006d88f850f74383b110258c5d68 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
                                                
           
          

                                
                      
                 



                                 
                                                              
 

                                                           
 
                                                       
                                   
                                                              
                   
                   

                                      
                              
                             

                      
# Created by: Michael Johnson <ahze@FreeBSD.org>
# $FreeBSD$
#   $MCom$

PORTNAME=   libgnome-keyring
PORTVERSION=    3.12.0
PORTREVISION=   1
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_GNOME=  glib20 gnomehier gnomeprefix intlhack \
        introspection:build
USES=       gettext gmake libtool pathfix pkgconfig tar:xz
GNU_CONFIGURE=  yes
USE_LDCONFIG=   yes
CPPFLAGS+=  -I${LOCALBASE}/include
LDFLAGS+=   -L${LOCALBASE}/lib
CONFIGURE_ARGS= --disable-vala
INSTALL_TARGET= install-strip

.include <bsd.port.mk>