aboutsummaryrefslogtreecommitdiffstats
path: root/x11/p5-X11-GUITest/Makefile
blob: 2592c8cb93b268230e9489fc66d3044be95e1ad5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# 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

USE_XORG=   x11 xt xext xtst
USES=       perl5
USE_PERL5=  configure

post-patch:
    @${REINPLACE_CMD} -e 's|/usr/X11R6/\([a-z]*\)\(64\)*|${LOCALBASE}/\1|' ${WRKSRC}/Makefile.PL

.include <bsd.port.mk>