1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/x11/libXi/Makefile
2015-12-22 15:54:35 +00:00

29 lines
510 B
Makefile

# Created by: Eric Anholt <anholt@FreeBSD.org>
# $FreeBSD$
PORTNAME= libXi
PORTVERSION= 1.7.6
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
INSTALL_TARGET= install-strip
USES+= cpe
CPE_PRODUCT= libxi
CPE_VENDOR= x
CONFIGURE_ARGS+=--disable-docs \
--disable-specs \
--without-xmlto \
--without-fop \
--without-asciidoc \
--without-xsltproc
.include <bsd.port.mk>