mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
a6952a2e99
Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D9825
35 lines
741 B
Makefile
35 lines
741 B
Makefile
# Created by: Eric Anholt <anholt@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libX11
|
|
PORTVERSION= 1.6.5
|
|
PORTEPOCH= 1
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= X11 library
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= cpe perl5
|
|
XORG_CAT= lib
|
|
USE_XORG= bigreqsproto xau xcmiscproto xdmcp xextproto xtrans \
|
|
kbproto:both inputproto xf86bigfontproto xproto:both \
|
|
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>
|