blob: 6b710a07cc49a290eed5d99b69afc07f99c837bf (
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= gnome-user-docs
PORTVERSION= 42.0
CATEGORIES= misc gnome
MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
COMMENT= GNOME desktop users guide
LICENSE= CC-BY-3.0
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= itstool:textproc/itstool
PORTSCOUT= limitw:1,even
GNU_CONFIGURE= yes
NO_ARCH= yes
USES= gettext-tools gmake gnome pathfix tar:xz
USE_GNOME= libxml2:build
.include <bsd.port.mk>
|