1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00
freebsd-ports/x11-toolkits/libXt/Makefile
Emmanuel Vadot 513235698c x11-toolkits/libXt: Update to 1.3.0
Release notes:	https://lists.x.org/archives/xorg-announce/2023-April/003383.html

Sponsored by:	Beckhoff Automation GmbH & Co. KG
2024-03-04 15:29:32 +01:00

28 lines
548 B
Makefile

PORTNAME= libXt
DISTVERSION= 1.3.0
PORTEPOCH= 1
CATEGORIES= x11-toolkits
MAINTAINER= x11@FreeBSD.org
COMMENT= X Toolkit library
WWW= https://www.freedesktop.org/wiki/Software/xlibs/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
USES= cpe tar:xz xorg xorg-cat:lib
USE_XORG= x11 sm ice xorgproto
CPE_VENDOR= x
CPE_PRODUCT= libxt
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
CONFIGURE_ARGS= --disable-specs
INSTALL_TARGET= install-strip
post-patch:
@${REINPLACE_CMD} 's/test.*-traditional.*;/true;/' \
${WRKSRC}/configure
.include <bsd.port.mk>