freebsd-ports/security/libgnome-keyring/Makefile
Baptiste Daroussin b109b97dd2 Chase libtasn1 switching from USE_GNOME=pkgconfig to USES=pkgconfig
That has made pkgconf being a Build deps instead of Build+Run deps thus ports depending on pkgconf need an explicit dependency
2013-06-02 19:15:39 +00:00

25 lines
613 B
Makefile

# Created by: Michael Johnson <ahze@FreeBSD.org>
# $FreeBSD$
PORTNAME= libgnome-keyring
PORTVERSION= 2.32.0
PORTREVISION= 5
CATEGORIES= security gnome
MASTER_SITES= GNOME
MAINTAINER= gnome@FreeBSD.org
COMMENT= Program that keeps passwords and other secrets
LIB_DEPENDS= tasn1.5:${PORTSDIR}/security/libtasn1 \
gcrypt:${PORTSDIR}/security/libgcrypt
USE_BZIP2= yes
USE_GNOME= gnomehack gnomeprefix ltverhack intlhack gconf2
USE_GMAKE= yes
USES= gettext pkgconfig
USE_AUTOTOOLS= libtool
USE_LDCONFIG= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.mk>