openbsd-ports/x11/xdotool/Makefile
2010-10-19 08:13:56 +00:00

29 lines
585 B
Makefile

# $OpenBSD: Makefile,v 1.5 2010/10/19 08:14:00 espie Exp $
COMMENT= fake keyboard and mouse input
DISTNAME= xdotool-20090126
REVISION= 0
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
USE_GROFF = Yes
WANTLIB= X11 Xau Xdmcp Xext Xtst c \
pthread-stubs xcb
REGRESS_IS_INTERACTIVE= Yes
do-regress:
cd ${WRKSRC} && /bin/sh ./t/no_crashes_please.sh
.include <bsd.port.mk>