mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
2ac766a699
Strip binaries
26 lines
466 B
Makefile
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>
|