Files
ports/sysutils/mate-polkit/Makefile
T
Eric Turgeon d3fb1b46b8 sysutils/mate-polkit: remove unneeded USE_GITHUB and GH_ACCOUNT
Remove USE_GITHUB=nodefault and GH_ACCOUNT as they are not needed
with an explicit MASTER_SITES. Add back DIST_SUBDIR=mate.
2026-06-19 08:12:26 -03:00

26 lines
770 B
Makefile

PORTNAME= mate-polkit
DISTVERSION= 1.28.1
PORTREVISION= 2
CATEGORIES= sysutils mate
MASTER_SITES= https://github.com/mate-desktop/${PORTNAME}/releases/download/v${DISTVERSION}/
DIST_SUBDIR= mate
MAINTAINER= gnome@FreeBSD.org
COMMENT= MATE frontend to the PolicyKit framework
WWW= https://mate-desktop.org/
LICENSE= LGPL20+
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libpolkit-gobject-1.so:sysutils/polkit \
libaccountsservice.so:sysutils/accountsservice
USES= gettext gmake gnome libtool localbase pathfix pkgconfig tar:xz
USE_GNOME= cairo gdkpixbuf gtk30 intltool introspection:build
USE_LDCONFIG= yes
PORTSCOUT= site:https://github.com/mate-desktop/mate-polkit/releases/ limitw:1,even
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
.include <bsd.port.mk>