1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00
freebsd-ports/x11/libXtst/Makefile
Muhammad Moinur Rahman 831dc5b011
x11/libXtst: Moved man to share/man
Approved by:    portmgr (blanket)
2024-01-27 17:26:57 +01:00

25 lines
483 B
Makefile

PORTNAME= libXtst
PORTVERSION= 1.2.3
PORTREVISION= 3
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
COMMENT= X Test extension
WWW= https://www.freedesktop.org/Software/xorg
LICENSE= MIT
USES= cpe xorg xorg-cat:lib
USE_XORG= x11 xext xi xorgproto
CPE_PRODUCT= libxtst
CPE_VENDOR= x
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
CONFIGURE_ARGS+=--disable-specs --without-xmlto
post-patch:
@${REINPLACE_CMD} '/^SUBDIRS/,/^$$/ \
s/specs//' ${WRKSRC}/Makefile.in
.include <bsd.port.mk>