freebsd-ports/security/libsecret/Makefile
Koop Mast 951c1f5d1c The FreeBSD GNOME team proudly presents GNOME 3.28 for FreeBSD.
The offical GNOME 3.28 release notes can be found at
https://help.gnome.org/misc/release-notes/3.28/

Thanks to Antoine Brodin for running the exp-runs.

PR:		229761
2018-09-30 11:58:29 +00:00

28 lines
673 B
Makefile

# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$
PORTNAME= libsecret
PORTVERSION= 0.18.6
POIRTREVISION= 1
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 \
libgpg-error.so:security/libgpg-error
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>