mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
18 lines
309 B
Makefile
18 lines
309 B
Makefile
# Created by: Eric Anholt <anholt@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xproto
|
|
PORTVERSION= 7.0.31
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= X11 protocol headers
|
|
|
|
LICENSE= MIT
|
|
|
|
XORG_CAT= proto
|
|
|
|
CONFIGURE_ARGS+=--disable-specs --without-fop --without-xmlto --without-xsltproc
|
|
|
|
.include <bsd.port.mk>
|