1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/x11/p5-X11-GUITest/Makefile
2021-04-06 16:31:07 +02:00

25 lines
504 B
Makefile

# Created by: ijliao
PORTNAME= X11-GUITest
PORTVERSION= 0.28
PORTREVISION= 1
CATEGORIES= x11 perl5
MASTER_SITES= CPAN \
SF/x11guitest/x11guitest/${PORTVERSION}
PKGNAMEPREFIX= p5-
MAINTAINER= bofh@FreeBSD.org
COMMENT= Provides GUI testing/interaction facilities
LICENSE= GPLv2 GPLv3
LICENSE_COMB= dual
USES= perl5 xorg
USE_XORG= x11 xt xext xtst
USE_PERL5= configure
post-patch:
@${REINPLACE_CMD} -e 's|/usr/X11R6/\([a-z]*\)\(64\)*|${LOCALBASE}/\1|' ${WRKSRC}/Makefile.PL
.include <bsd.port.mk>