1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/x11/xinit/Makefile
Emmanuel Vadot a4dd2048a9 x11/xinit: Update to 1.4.2
Release notes:	https://lists.x.org/archives/xorg-announce/2022-December/003268.html

Sponsored by:   Beckhoff Automation GmbH & Co. KG
2022-12-06 09:09:57 +01:00

22 lines
493 B
Makefile

PORTNAME= xinit
PORTVERSION= 1.4.2
PORTEPOCH= 1
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
COMMENT= X Window System initializer
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
EXTRACT_SUFX= .tar.xz
USES= xorg xorg-cat:app
USE_XORG= x11
post-patch:
@${REINPLACE_CMD} 's/test.*-traditional.*;/true;/' ${WRKSRC}/configure
@${REINPLACE_CMD} -e 's|hexdump|/usr/bin/hexdump|' ${WRKSRC}/startx.cpp
@${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' ${WRKSRC}/man/xinit.man
.include <bsd.port.mk>