29 lines
911 B
Makefile
29 lines
911 B
Makefile
|
# $NetBSD: Makefile,v 1.1 2017/08/28 11:30:53 bouyer Exp $
|
||
|
#
|
||
|
|
||
|
DISTNAME= xdotool-2.20110530.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"
|