Files
ports/x11/libXi/Makefile
Niclas Zeising 8c8221873a x11/libXi: Update to 1.7.10
This release contains minor fixes and build system improvements.

Changelog:
https://lists.x.org/archives/xorg-announce/2019-June/002999.html

Sponsored by:	B3 Init
2019-06-22 23:13:15 +00:00

29 lines
488 B
Makefile

# Created by: Eric Anholt <anholt@FreeBSD.org>
# $FreeBSD$
PORTNAME= libXi
PORTVERSION= 1.7.10
PORTEPOCH= 1
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
COMMENT= X Input extension library
LICENSE= MIT
XORG_CAT= lib
USE_XORG= x11 xext xfixes xorgproto
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>