2007-05-19 22:36:56 +02:00
|
|
|
# New ports collection makefile for: xorg-docs
|
|
|
|
# Date Created: Nov 2 2006
|
|
|
|
# Whom: Florent Thoumie <flz@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= xorg-docs
|
2011-10-06 05:30:29 +02:00
|
|
|
PORTVERSION= 1.6
|
2007-05-19 22:36:56 +02:00
|
|
|
PORTEPOCH= 1
|
|
|
|
CATEGORIES= x11
|
|
|
|
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
|
|
COMMENT= X.org documentation files
|
|
|
|
|
2011-10-06 05:30:29 +02:00
|
|
|
MAN7= X.7 Standards.7 XProjectTeam.7 Consortium.7 Xsecurity.7 XOrgFoundation.7
|
|
|
|
|
|
|
|
CONFIGURE_ARGS+= --without-xmlto --without-fop --disable-specs
|
2007-05-19 22:36:56 +02:00
|
|
|
|
|
|
|
XORG_CAT= doc
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|