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