Prune japanese/mh
[dports.git] / x11 / libXext / Makefile
1 # Created by: Eric Anholt <anholt@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       libXext
5 PORTVERSION=    1.3.2
6 PORTREVISION=   2
7 PORTEPOCH=      1
8 CATEGORIES=     x11
9
10 MAINTAINER=     x11@FreeBSD.org
11 COMMENT=        X11 Extension library
12
13 LICENSE=        MIT
14
15 XORG_CAT=       lib
16 USE_XORG=       xproto x11 xextproto:both xau
17 CONFIGURE_ARGS+=--disable-specs --without-xmlto
18
19 .include <bsd.port.mk>