mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-06 01:57:40 +00:00
7965457414
- remove obsolete conflict - use MAN MACROS instead of keeping files in pkg-plist - disable conditional depends - don't install spec files Reviewed by: kwm Approved by: sahil (mentor)
23 lines
453 B
Makefile
23 lines
453 B
Makefile
# New ports collection makefile for: xorg-docs
|
|
# Date Created: Nov 2 2006
|
|
# Whom: Florent Thoumie <flz@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xorg-docs
|
|
PORTVERSION= 1.6
|
|
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>
|