blob: 0b9e480a92f7287a72184969cc7e9dec13fd7f99 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
PORTNAME= xorg-docs
PORTVERSION= 1.7.1
PORTEPOCH= 1
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
COMMENT= X.org documentation files
CONFIGURE_ARGS+= --without-xmlto --without-fop --disable-specs
USES= xorg-cat:doc
.include <bsd.port.mk>
|