d3fb1b46b8
Remove USE_GITHUB=nodefault and GH_ACCOUNT as they are not needed with an explicit MASTER_SITES. Add back DIST_SUBDIR=mate.
26 lines
770 B
Makefile
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>
|