27 lines
638 B
Makefile
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>
|