summaryrefslogtreecommitdiffstats
path: root/x11/xorg-docs/Makefile
blob: a903bbdc38f6b235e79545521eeaded9bb2e8f0a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:    xorg-docs
# Date Created:             Nov 2 2006
# Whom:                 Florent Thoumie <flz@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   xorg-docs
PORTVERSION=    1.7
PORTEPOCH=  1
CATEGORIES= x11

MAINTAINER= x11@FreeBSD.org
COMMENT=    X.org documentation files

MAN7=   X.7 Standards.7 XProjectTeam.7 Consortium.7 Xsecurity.7 XOrgFoundation.7

CONFIGURE_ARGS+=    --without-xmlto --without-fop --disable-specs

XORG_CAT=   doc

.include <bsd.port.mk>