2010-10-24 16:58:58 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.6 2010/10/24 21:15:36 ajacoutot Exp $
|
2008-06-13 01:33:52 -04:00
|
|
|
|
|
|
|
COMMENT= fake keyboard and mouse input
|
|
|
|
|
2009-02-01 08:38:19 -05:00
|
|
|
DISTNAME= xdotool-20090126
|
2010-07-30 02:58:57 -04:00
|
|
|
REVISION= 0
|
2009-08-11 04:38:41 -04:00
|
|
|
|
2008-06-13 01:33:52 -04:00
|
|
|
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/
|
|
|
|
|
2010-10-19 04:13:56 -04:00
|
|
|
USE_GROFF = Yes
|
2009-08-11 04:38:41 -04:00
|
|
|
WANTLIB= X11 Xau Xdmcp Xext Xtst c \
|
|
|
|
pthread-stubs xcb
|
2008-06-13 01:33:52 -04:00
|
|
|
REGRESS_IS_INTERACTIVE= Yes
|
|
|
|
|
|
|
|
do-regress:
|
|
|
|
cd ${WRKSRC} && /bin/sh ./t/no_crashes_please.sh
|
|
|
|
.include <bsd.port.mk>
|