Files
ports/misc/mate-user-guide/Makefile
T
Eric Turgeon cf9d18d17c misc/mate-user-guide: 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:25 -03:00

23 lines
566 B
Makefile

PORTNAME= mate-user-guide
DISTVERSION= 1.28.0
PORTREVISION= 2
CATEGORIES= misc mate
MASTER_SITES= https://github.com/mate-desktop/${PORTNAME}/releases/download/v${DISTVERSION}/
DIST_SUBDIR= mate
MAINTAINER= gnome@FreeBSD.org
COMMENT= MATE users guide
LICENSE= GFDL
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= itstool:textproc/itstool \
intltool>=0.40.0:textproc/intltool
RUN_DEPENDS= yelp:x11/yelp
USES= gettext gmake tar:xz
PORTSCOUT= site:https://github.com/mate-desktop/mate-user-guide/releases/ limitw:1,even
GNU_CONFIGURE= yes
.include <bsd.port.mk>