Tweak x11/cinnamon-menus version 2.4.1
[dports.git] / x11 / p5-X11-GUITest / Makefile
1 # Created by: ijliao
2 # $FreeBSD$
3
4 PORTNAME=       X11-GUITest
5 PORTVERSION=    0.28
6 PORTREVISION=   1
7 CATEGORIES=     x11 perl5
8 MASTER_SITES=   CPAN \
9                 SF/x11guitest/x11guitest/${PORTVERSION}
10 PKGNAMEPREFIX=  p5-
11
12 MAINTAINER=     bofh@FreeBSD.org
13 COMMENT=        Provides GUI testing/interaction facilities
14
15 LICENSE=        GPLv2 GPLv3
16 LICENSE_COMB=   dual
17
18 USE_XORG=       x11 xt xext xtst
19 USES=           perl5
20 USE_PERL5=      configure
21
22 post-patch:
23         @${REINPLACE_CMD} -e 's|/usr/X11R6/\([a-z]*\)\(64\)*|${LOCALBASE}/\1|' ${WRKSRC}/Makefile.PL
24
25 .include <bsd.port.mk>