- Update to 20091210.01
- Install manpage and shared library too.
This commit is contained in:
parent
f99a2cdfe9
commit
ebb7a7eac6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=245516
@ -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
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (xdotool-20090815.tar.gz) = 32b1127c0c24f5b3d0a1a1c09b3d44f8
|
||||
SHA256 (xdotool-20090815.tar.gz) = 2cccc9f4b106225ec47365f19300bd49e9151e8c37594d072ff8588a34c1e4c7
|
||||
SIZE (xdotool-20090815.tar.gz) = 22479
|
||||
MD5 (xdotool-20091210.01.tar.gz) = 33a7a3a037684a1e03e5aca2850c5323
|
||||
SHA256 (xdotool-20091210.01.tar.gz) = 2a7f1957e2a8acce84b87f78e2d56a932855206823e67b56049d12b37106b5cd
|
||||
SIZE (xdotool-20091210.01.tar.gz) = 23729
|
||||
|
Loading…
Reference in New Issue
Block a user