4d7158387b
Xnee is a suite of programs that can record, replay, and distribute user actions under the X11 environment. Think of it as a robot that can imitate the job you just did. Xnee can be used to: * Automate tests * Demonstrate programs * Distribute actions * Record and replay 'macro' * Retype a file
18 lines
483 B
Makefile
18 lines
483 B
Makefile
# $NetBSD: Makefile,v 1.1 2014/08/09 16:44:46 thomasklausner Exp $
|
|
|
|
DISTNAME= xnee-3.19
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=xnee/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.gnu.org/software/xnee/
|
|
COMMENT= Record, replay, and distribute user actions under X11
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pkg-config
|
|
USE_LIBTOOL= yes
|
|
|
|
.include "../../x11/libXtst/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|