1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/x11/xdotool/Makefile
Vanilla I. Shu 00bda700bc Support stagedir.
Approved by:	portmgr (blanket infrastructure)
2014-01-11 10:03:45 +00:00

23 lines
521 B
Makefile

# $FreeBSD$
PORTNAME= xdotool
DISTVERSION= 2.20110530.1
PORTEPOCH= 1
CATEGORIES= x11
MASTER_SITES= http://semicomplete.googlecode.com/files/
MAINTAINER= wxs@FreeBSD.org
COMMENT= Programmatically simulate keyboard input or mouse activity
USE_LDCONFIG= yes
USES= gmake pkgconfig perl5
USE_XORG= x11 xtst xinerama
USE_PERL5= build
# Older GCC on RELENG_6 doesn't like -Wno-missing-field-initializers
post-patch:
@${REINPLACE_CMD} -e 's,-Wno-missing-field-initializers,,' \
${WRKSRC}/Makefile
.include <bsd.port.mk>