blob: 7589c9e328443b1825bf0b95810e46a35eb8a421 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# $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
MAN1= xdotool.1
PLIST_FILES= bin/xdotool lib/libxdo.so lib/libxdo.so.2 include/xdo.h
# Older GCC on RELENG_6 doesn't like -Wno-missing-field-initializers
NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e 's,-Wno-missing-field-initializers,,' \
${WRKSRC}/Makefile
.include <bsd.port.mk>
|