freebsd-ports/x11/p5-X11-GUITest/Makefile
Niclas Zeising 4c46ca73d8 Add USES=xorg USES=gl, ports categories x
Add USES=xorg and USES=gl to ports in categories starting with 'x'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
2019-11-07 18:36:55 +00:00

26 lines
516 B
Makefile

# Created by: ijliao
# $FreeBSD$
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>