1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/misc/mate-user-guide/Makefile
Baptiste Daroussin 652b649d2d Update mate to 1.24
All components but:
caja
atril
marco

Have been upgraded to 1.24
The above 3 other components depends on a newer version of glib
so they will be upgraded later
2020-06-12 15:56:24 +00:00

26 lines
476 B
Makefile

# Created by: Eric Turgeon <ericbsd@FreeBSD.org>
# $FreeBSD$
PORTNAME= mate-user-guide
PORTVERSION= 1.24.0
CATEGORIES= misc mate
MASTER_SITES= MATE
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
PORTSCOUT= limitw:1,even
USES= gettext gmake tar:xz
GNU_CONFIGURE= yes
.include <bsd.port.mk>