freebsd-ports/sysutils/mate-polkit/Makefile
Eric Turgeon 7d2d36aed6 Updating MATE ports to and patch for MATE 1.20
Reviewed by:	kwm
Approved by:	bapt (mentor)
2018-04-13 21:16:56 +00:00

27 lines
638 B
Makefile

# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$
PORTNAME= mate-polkit
PORTVERSION= 1.20.0
CATEGORIES= sysutils mate
MASTER_SITES= MATE
DIST_SUBDIR= mate
MAINTAINER= gnome@FreeBSD.org
COMMENT= MATE frontend to the PolicKit framework
LICENSE= LGPL20
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libpolkit-gobject-1.so:sysutils/polkit \
libaccountsservice.so:sysutils/accountsservice
PORTSCOUT= limitw:1,even
USES= gettext gmake libtool localbase pathfix pkgconfig tar:xz
USE_GNOME= cairo gdkpixbuf2 gtk30 intltool introspection:build
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
.include <bsd.port.mk>