blob: eb35e064a26a84939cc04778ea5cc9bd73b14826 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
PORTNAME= mate-user-guide
PORTVERSION= 1.26.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>
|