blob: c7c678017a86774d3e9a22808e04e16132711f48 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Created by: Michael Johnson <ahze@FreeBSD.org>
# $FreeBSD$
# $MCom: ports/trunk/misc/gnome-devel-docs/Makefile 20031 2014-11-02 21:47:55Z kwm $
PORTNAME= gnome-devel-docs
PORTVERSION= 3.14.3
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
USES= gettext-tools gmake pkgconfig tar:xz
GNU_CONFIGURE= yes
.include <bsd.port.mk>
|