1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/sysutils/mate-polkit/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
856 B
Makefile

# Created by: Koop Mast<kwm@FreeBSD.org>
# $FreeBSD$
PORTNAME= mate-polkit
PORTVERSION= 1.6.0
PORTREVISION= 1
CATEGORIES= sysutils mate
MASTER_SITES= MATE
DIST_SUBDIR= mate
MAINTAINER= gnome@FreeBSD.org
COMMENT= MATE frontend to the PolicKit framework
BUILD_DEPENDS= gtkdoc-check:${PORTSDIR}/textproc/gtk-doc
LIB_DEPENDS= libpolkit-gobject-1.so:${PORTSDIR}/sysutils/polkit
PORTSCOUT= limitw:1,even
USES= gettext gmake libtool pathfix pkgconfig tar:xz
USE_MATE= autogen common:build intlhack
USE_GNOME= gnomehier gtk20 introspection:build
USE_LDCONFIG= yes
USE_AUTOTOOLS= aclocal:env autoconf:env automake:env libtoolize:env
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-gtk-doc \
--localstatedir=/var
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
PATHFIX_MAKEFILEIN= Makefile.*
INSTALL_TARGET= install-strip
.include <bsd.port.mk>