blob: 87c47b0aa63c18423b8b32b0f07b54111f110231 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
# $MCom$
PORTNAME= gnome-user-docs
PORTVERSION= 3.12.2
CATEGORIES= misc gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
MAINTAINER= gnome@FreeBSD.org
COMMENT= GNOME 3 users guide
BUILD_DEPENDS= itstool:${PORTSDIR}/textproc/itstool
GNU_CONFIGURE= yes
USES= gettext:build gmake pathfix tar:xz
USE_GNOME= gnomeprefix gnomehier libxml2:build
.include <bsd.port.mk>
|