1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/x11/libX11/Makefile
Steve Wills 30b239b4dd x11/libX11: Remove unnecessary perl5 dependency
PR:		233324
Reviewed by:	jbeich
Approved by:	maintainer timeout
2021-06-25 14:16:37 -07:00

29 lines
536 B
Makefile

# Created by: Eric Anholt <anholt@FreeBSD.org>
PORTNAME= libX11
DISTVERSION= 1.7.2
PORTEPOCH= 1
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
COMMENT= X11 library
LICENSE= MIT
USES= cpe xorg xorg-cat:lib
USE_XORG= xcb xtrans xorgproto
CPE_VENDOR= x
CONFIGURE_ARGS+= --datadir=${PREFIX}/lib \
--without-xmlto \
--with-perl=no \
--disable-specs
CONFIGURE_ENV+= ac_cv_path_PS2PDF=""
INSTALL_TARGET= install-strip
post-patch:
@${REINPLACE_CMD} 's/test.*-traditional.*;/true;/' \
${WRKSRC}/configure
.include <bsd.port.mk>