Tweak editors/scribes version 0.4.b954_1
[dports.git] / x11 / libXi / Makefile
1 # Created by: Eric Anholt <anholt@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       libXi
5 PORTVERSION=    1.7.2
6 PORTEPOCH=      1
7 CATEGORIES=     x11
8
9 MAINTAINER=     x11@FreeBSD.org
10 COMMENT=        X Input extension library
11
12 LICENSE=        MIT
13
14 XORG_CAT=       lib
15 USE_XORG=       xproto x11 xext xextproto xfixes inputproto:both
16
17 CONFIGURE_ARGS+=--disable-docs \
18                 --disable-specs \
19                 --without-xmlto \
20                 --without-fop \
21                 --without-asciidoc \
22                 --without-xsltproc
23
24 .include <bsd.port.mk>