freebsd-ports/security/libmatekeyring/Makefile
Tijl Coosemans 5c0834bd1b For several MATE related ports:
- USES=libtool tar:xz.
- INSTALL_TARGET=install-strip.
- Add CONFIGURE_ARGS=--disable-static to ports that only install plugins.
2014-05-18 21:05:53 +00:00

33 lines
893 B
Makefile

# Created by: Michael Johnson <ahze@FreeBSD.org>
# $FreeBSD$
PORTNAME= libmatekeyring
PORTVERSION= 1.6.0
PORTREVISION= 1
CATEGORIES= security mate
MASTER_SITES= MATE
DIST_SUBDIR= mate
MAINTAINER= gnome@FreeBSD.org
COMMENT= Program that keeps passwords and other secrets
BUILD_DEPENDS= gtkdoc-check:${PORTSDIR}/textproc/gtk-doc
LIB_DEPENDS= libgcrypt.so:${PORTSDIR}/security/libgcrypt \
libdbus-1.so:${PORTSDIR}/devel/dbus
PORTSCOUT= limitw:1,even
USES= gettext gmake libtool pathfix pkgconfig tar:xz
USE_MATE= autogen common:build intlhack
USE_GNOME= glib20
USE_LDCONFIG= yes
USE_AUTOTOOLS= aclocal:env autoconf:env automake:env libtoolize:env
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-gtk-doc \
--with-html-dir=${PREFIX}/share/doc
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
PATHFIX_MAKEFILEIN= Makefile.*
INSTALL_TARGET= install-strip
.include <bsd.port.mk>