| Server IP : 82.208.35.60 / Your IP : 216.73.216.89 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/x11/xdotool/ |
Upload File : |
PORTNAME= xdotool
DISTVERSION= 3.20211022.1
PORTEPOCH= 1
CATEGORIES= x11
MASTER_SITES= https://github.com/jordansissel/xdotool/releases/download/v${DISTVERSION}/
MAINTAINER= eduardo@FreeBSD.org
COMMENT= Programmatically simulate keyboard input or mouse activity
WWW= https://www.semicomplete.com/projects/xdotool/
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
LIB_DEPENDS= libxkbcommon.so:x11/libxkbcommon
USES= gmake perl5 pkgconfig xorg
USE_LDCONFIG= yes
USE_PERL5= build
USE_XORG= x11 xi xinerama xtst
PLIST_FILES= bin/xdotool \
include/xdo.h \
lib/libxdo.so \
lib/libxdo.so.3 \
libdata/pkgconfig/libxdo.pc \
man/man1/xdotool.1.gz
# Older GCC on RELENG_6 doesn't like -Wno-missing-field-initializers
#post-patch:
# @${REINPLACE_CMD} -e 's,-Wno-missing-field-initializers,,' \
# ${WRKSRC}/Makefile
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/xdotool \
${STAGEDIR}${PREFIX}/lib/libxdo.so.3
.include <bsd.port.mk>