mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
513235698c
Release notes: https://lists.x.org/archives/xorg-announce/2023-April/003383.html Sponsored by: Beckhoff Automation GmbH & Co. KG
28 lines
548 B
Makefile
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>
|