diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2009-12-10 16:08:16 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2009-12-10 16:08:16 +0000 |
commit | ebb7a7eac6ebcc065184e1aae9c62121c880668a (patch) | |
tree | 8d5f9e41d39ca38d451daee04d18fa363cf63f22 /x11/xdotool/Makefile | |
parent | f99a2cdfe98aa9a7d03fbd17970a6bcfa3eaed6d (diff) |
Notes
Diffstat (limited to 'x11/xdotool/Makefile')
-rw-r--r-- | x11/xdotool/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/x11/xdotool/Makefile b/x11/xdotool/Makefile index 116720f5cbf5..c0411000c991 100644 --- a/x11/xdotool/Makefile +++ b/x11/xdotool/Makefile @@ -6,23 +6,22 @@ # PORTNAME= xdotool -DISTVERSION= 20090815 +DISTVERSION= 20091210.01 CATEGORIES= x11 MASTER_SITES= http://semicomplete.googlecode.com/files/ MAINTAINER= wxs@FreeBSD.org COMMENT= Programatically simulate keyboard input or mouse activity +USE_PERL5_BUILD= yes +USE_GMAKE= yes USE_GNOME= pkgconfig USE_XORG= x11 xtst -ALL_TARGET= ${PORTNAME} -PLIST_FILES= bin/xdotool +MAN1= xdotool.1 +PLIST_FILES= bin/xdotool lib/libxdo.so lib/libxdo.so.0 MAKE_JOBS_SAFE= yes -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/xdotool ${PREFIX}/bin - # Older GCC on RELENG_6 doesn't like -Wno-missing-field-initializers post-patch: @${REINPLACE_CMD} -e 's,-Wno-missing-field-initializers,,' ${WRKSRC}/Makefile |