freebsd-ports/x11/libXi/Makefile

26 lines
466 B
Makefile
Raw Normal View History

# Created by: Eric Anholt <anholt@FreeBSD.org>
# $FreeBSD$
PORTNAME= libXi
2014-07-21 00:46:12 +02:00
PORTVERSION= 1.7.4
PORTEPOCH= 1
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
COMMENT= X Input extension library
LICENSE= MIT
XORG_CAT= lib
USE_XORG= xproto x11 xext xextproto xfixes inputproto:both
2014-07-21 00:46:12 +02:00
INSTALL_TARGET= install-strip
CONFIGURE_ARGS+=--disable-docs \
--disable-specs \
2014-07-21 00:46:12 +02:00
--without-xmlto \
--without-fop \
--without-asciidoc \
--without-xsltproc
.include <bsd.port.mk>