2014-03-08 16:53:19 +00:00
|
|
|
# Created by: Koop Mast <kwm@FreeBSD.org>
|
|
|
|
# $FreeBSD$
|
2014-11-19 11:49:04 +00:00
|
|
|
# $MCom: ports/trunk/security/libsecret/Makefile 20031 2014-11-02 21:47:55Z kwm $
|
2014-03-08 16:53:19 +00:00
|
|
|
|
|
|
|
PORTNAME= libsecret
|
2014-11-19 11:49:04 +00:00
|
|
|
PORTVERSION= 0.18
|
2015-01-24 10:09:10 +00:00
|
|
|
PORTREVISION= 3
|
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
|
|
|
|
|
2015-01-24 10:09:10 +00:00
|
|
|
LICENSE= LGPL21
|
|
|
|
|
|
|
|
BUILD_DEPENDS= docbook-xsl>=0:${PORTSDIR}/textproc/docbook-xsl \
|
|
|
|
vala:${PORTSDIR}/lang/vala
|
2014-03-08 16:53:19 +00:00
|
|
|
LIB_DEPENDS= libgcrypt.so:${PORTSDIR}/security/libgcrypt
|
|
|
|
|
2014-11-19 11:49:04 +00:00
|
|
|
USES= gettext gmake libtool pathfix pkgconfig tar:xz
|
|
|
|
USE_GNOME= glib20 libxslt:build intltool \
|
|
|
|
introspection:build
|
2014-03-08 16:53:19 +00:00
|
|
|
USE_LDCONFIG= yes
|
|
|
|
GNU_CONFIGURE= yes
|
2014-11-19 11:49:04 +00:00
|
|
|
CONFIGURE_ARGS+=--enable-introspection
|
|
|
|
INSTALL_TARGET= install-strip
|
2014-09-25 15:18:27 +00:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LIBS+= -L${LOCALBASE}/lib
|
2014-03-08 16:53:19 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|