blob: cad43b21a67ea6f8712efe2a05039506efae416d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Created by: Michael Johnson <ahze@FreeBSD.org>
# $FreeBSD$
# $MCom$
PORTNAME= gnome-devel-docs
PORTVERSION= 3.12.2
CATEGORIES= misc gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
MAINTAINER= gnome@FreeBSD.org
COMMENT= Documents targeted for GNOME developers
BUILD_DEPENDS= itstool:${PORTSDIR}/textproc/itstool
#RUN_DEPENDS= gnome-doc-prepare:${PORTSDIR}/textproc/gnome-doc-utils
USES= gmake pkgconfig tar:xz
USE_GNOME= gnomehier
GNU_CONFIGURE= yes
.include <bsd.port.mk>
|