blob: caf48cb3a49639bbb0336706438c9560358a9f8a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
PORTNAME= gnome-user-docs
PORTVERSION= 47.6
CATEGORIES= misc gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
COMMENT= GNOME user documentation
WWW= https://gitlab.gnome.org/GNOME/gnome-user-docs
LICENSE= CC-BY-3.0
LICENSE_FILE= ${WRKSRC}/COPYING
PORTSCOUT= limit:^47\.
BUILD_DEPENDS= itstool:textproc/itstool
USES= gettext-tools gmake gnome pathfix tar:xz
USE_GNOME= libxml2:build
GNU_CONFIGURE= yes
NO_ARCH= yes
.include <bsd.port.mk>
|