summaryrefslogtreecommitdiff
path: root/x11/xdotool/Makefile
blob: 428a10431f0272e0477c5b9be5c374e8cc024060 (plain)
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
26
27
28
29
# $NetBSD: Makefile,v 1.2 2018/08/22 09:48:05 wiz Exp $
#

DISTNAME=	xdotool-2.20110530.1
PKGREVISION=     1
CATEGORIES=     x11
MASTER_SITES=	https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/semicomplete/

MAINTAINER=	rga@sdf.lonestar.org
HOMEPAGE=	http://www.semicomplete.com/projects/xdotool/
COMMENT=	Simulate keyboard input and mouse activity using X11 xtest extension
LICENSE=	modified-bsd

NO_CONFIGURE=   yes
USE_LIBTOOL=    yes
USE_TOOLS+=	gmake
USE_TOOLS+=     pkg-config

SUBST_CLASSES+=           fix-getopt
SUBST_STAGE.fix-getopt=   pre-build
SUBST_MESSAGE.fix-getopt= Fixing getopt
SUBST_FILES.fix-getopt=   *.c
SUBST_SED.fix-getopt+=    -e 's,getopt_long_only,getopt_long,g'

.include "../../lang/perl5/buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXtst/buildlink3.mk"
.include "../../x11/libXinerama/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"