blob: 39f40c092a502f924ee5e171c95316349469389c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Created by: Eric Anholt <anholt@FreeBSD.org>
# $FreeBSD$
PORTNAME= xproto
PORTVERSION= 7.0.24
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
COMMENT= X11 protocol headers
XORG_CAT= proto
CONFIGURE_ARGS+=--disable-specs --without-fop --without-xmlto --without-xsltproc
NO_STAGE= yes
.include <bsd.port.mk>
|