freebsd-ports/security/libsecret/Makefile
Baptiste Daroussin bc9b11660d update to 0.18.6
While here remove pathfix USES, it is no longer necessary
2018-04-02 18:23:00 +00:00

26 lines
614 B
Makefile

# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$
PORTNAME= libsecret
PORTVERSION= 0.18.6
CATEGORIES= security gnome
MASTER_SITES= GNOME
MAINTAINER= gnome@FreeBSD.org
COMMENT= Library to access the secret service API
LICENSE= LGPL21
BUILD_DEPENDS= docbook-xsl>=0:textproc/docbook-xsl \
vala:lang/vala
LIB_DEPENDS= libgcrypt.so:security/libgcrypt
USES= gettext gmake gnome libtool localbase pkgconfig tar:xz
USE_GNOME= glib20 libxslt:build intltool \
introspection:build
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--enable-introspection
INSTALL_TARGET= install-strip
.include <bsd.port.mk>