mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
1749c93eac
Changelog: https://lists.x.org/archives/xorg-announce/2018-October/002921.html PR: 232973 Submitted by: pete@nomadlogic.org
33 lines
655 B
Makefile
33 lines
655 B
Makefile
# Created by: Eric Anholt <anholt@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libX11
|
|
PORTVERSION= 1.6.7
|
|
PORTEPOCH= 1
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= X11 library
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= cpe perl5
|
|
XORG_CAT= lib
|
|
USE_XORG= xau xdmcp xtrans xorgproto xcb
|
|
USE_PERL5= build
|
|
CPE_VENDOR= x
|
|
|
|
CONFIGURE_ARGS+= --datadir=${PREFIX}/lib \
|
|
--without-xmlto \
|
|
--disable-specs
|
|
CONFIGURE_ENV+= ac_cv_path_PS2PDF=""
|
|
INSTALL_TARGET= install-strip
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} 's/test.*-traditional.*;/true;/' \
|
|
${WRKSRC}/configure
|
|
@${REINPLACE_CMD} '/^install-data-am:/,/^$$/ \
|
|
s/install-specDATA//' ${WRKSRC}/nls/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|