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

PORTNAME=   xdotool
DISTVERSION=    20080527
CATEGORIES= x11
MASTER_SITES=   http://www.semicomplete.com/files/xdotool/ \
        http://www.atarininja.org/~wxs/distfiles/

MAINTAINER= wxs@FreeBSD.org
COMMENT=    Programatically simulate keyboard input or mouse activity

USE_GNOME=  pkgconfig
USE_XORG=   x11 xtst
ALL_TARGET= ${PORTNAME}

PLIST_FILES=    bin/xdotool

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/xdotool ${PREFIX}/bin

post-patch:
    @${REINPLACE_CMD} -e 's,-Wno-missing-field-initializers,,' ${WRKSRC}/Makefile

.include <bsd.port.mk>