1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/x11/libXext/Makefile

20 lines
343 B
Makefile
Raw Normal View History

# Created by: Eric Anholt <anholt@FreeBSD.org>
# $FreeBSD$
PORTNAME= libXext
PORTVERSION= 1.3.2
PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
COMMENT= X11 Extension library
LICENSE= MIT
XORG_CAT= lib
USE_XORG= xproto x11 xextproto:both xau
CONFIGURE_ARGS+=--disable-specs --without-xmlto
.include <bsd.port.mk>