1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/x11/libXi/Makefile
Baptiste Daroussin 2ac766a699 Update to 1.7.4
Strip binaries
2014-07-20 22:46:12 +00:00

26 lines
466 B
Makefile

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