2014-03-08 16:53:19 +00:00
|
|
|
# Created by: Koop Mast <kwm@FreeBSD.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
# $MCom: ports/trunk/security/libsecret/Makefile 18610 2013-06-30 16:33:05Z marcus $
|
|
|
|
|
|
|
|
PORTNAME= libsecret
|
|
|
|
PORTVERSION= 0.15
|
2014-07-30 03:57:23 +00:00
|
|
|
PORTREVISION= 2
|
2014-03-08 16:53:19 +00:00
|
|
|
CATEGORIES= security gnome
|
|
|
|
MASTER_SITES= GNOME
|
|
|
|
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
|
|
COMMENT= Library to access the secret service API
|
|
|
|
|
|
|
|
BUILD_DEPENDS= docbook-xsl>=0:${PORTSDIR}/textproc/docbook-xsl
|
|
|
|
LIB_DEPENDS= libgcrypt.so:${PORTSDIR}/security/libgcrypt
|
|
|
|
|
|
|
|
USE_GNOME= gnomehier glib20 libxslt:build intltool introspection:build
|
2014-07-29 21:07:39 +00:00
|
|
|
USES= gettext gmake libtool:keepla pathfix pkgconfig tar:xz
|
2014-03-08 16:53:19 +00:00
|
|
|
USE_LDCONFIG= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS+=--enable-introspection --disable-vala
|
2014-09-25 15:18:27 +00:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LIBS+= -L${LOCALBASE}/lib
|
2014-03-08 16:53:19 +00:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsecret-1.so.0
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|