openbsd-ports/x11/xdotool/Makefile
landry 007f459df5 Update to xdotool-20090126.
Most of patch-Makefile was integrated upstream.
Regen PLIST to add @bin marker.
2009-02-01 13:38:19 +00:00

25 lines
534 B
Makefile

# $OpenBSD: Makefile,v 1.2 2009/02/01 13:38:19 landry Exp $
COMMENT= fake keyboard and mouse input
DISTNAME= xdotool-20090126
CATEGORIES= x11
HOMEPAGE= http://www.semicomplete.com/projects/xdotool/
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://semicomplete.googlecode.com/files/
USE_X11= Yes
WANTLIB= X11 Xau Xdmcp Xext Xtst c
REGRESS_IS_INTERACTIVE= Yes
do-regress:
cd ${WRKSRC} && /bin/sh ./t/no_crashes_please.sh
.include <bsd.port.mk>