1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/x11/xdotool/Makefile
Wesley Shields f184505469 Remove the header for ports I created.
For dns/openresolv give proper attribution. This was a copy/paste
mistake the submitter made, which incorrectly gave me attribution
for that file. I did not create it.
2012-12-12 18:48:33 +00:00

28 lines
639 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_PERL5_BUILD= yes
USE_LDCONFIG= yes
USE_GMAKE= yes
USE_GNOME= pkgconfig
USE_XORG= x11 xtst xinerama
MAN1= xdotool.1
PLIST_FILES= bin/xdotool lib/libxdo.so lib/libxdo.so.2 include/xdo.h
MAKE_JOBS_SAFE= yes
# 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>