mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
848bc1448f
Update x11-toolkits/libXt to 1.2.0 This is a farily large update. Changelog: https://lists.x.org/archives/xorg/2019-June/059825.html Sponsored by: B3 Init
30 lines
502 B
Makefile
30 lines
502 B
Makefile
# Created by: Eric Anholt <anholt@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libXt
|
|
PORTVERSION= 1.2.0
|
|
PORTEPOCH= 1
|
|
CATEGORIES= x11-toolkits
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= X Toolkit library
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= cpe
|
|
XORG_CAT= lib
|
|
USE_XORG= x11 sm ice xorgproto
|
|
CPE_VENDOR= x
|
|
CPE_PRODUCT= libxt
|
|
|
|
CONFIGURE_ARGS= --disable-specs
|
|
|
|
INSTALL_TARGET= install-strip
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} 's/test.*-traditional.*;/true;/' \
|
|
${WRKSRC}/configure
|
|
|
|
.include <bsd.port.mk>
|