aboutsummaryrefslogtreecommitdiffstats
path: root/x11/xdotool/Makefile
blob: 5934e0d5d7d84e6cbc43e257d9892d17f1160223 (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
27
28
29
30
31
32
# New ports collection makefile for:   xdotool
# Date created:        29 June 2007
# Whom:                Wesley Shields <wxs@atarininja.org>
#
# $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>