Added
Link Here
|
1 |
PORTNAME= xclicker |
2 |
DISTVERSIONPREFIX= v |
3 |
DISTVERSION= 1.5.1 |
4 |
CATEGORIES= x11 |
5 |
|
6 |
MAINTAINER= nxjoseph@protonmail.com |
7 |
COMMENT= Fast gui autoclicker for x11 desktops |
8 |
WWW= https://github.com/robiot/xclicker |
9 |
|
10 |
LICENSE= GPLv3 |
11 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
12 |
|
13 |
USES= meson pkgconfig motif xorg gnome |
14 |
USE_GITHUB= yes |
15 |
GH_ACCOUNT= robiot |
16 |
|
17 |
USE_GNOME+= gtk30 gdkpixbuf2 glib20 |
18 |
USE_XORG+= x11 xi xtst |
19 |
|
20 |
PLIST_FILES= bin/xclicker |
21 |
|
22 |
do-install: |
23 |
${INSTALL_PROGRAM} ${WRKSRC}/_build/src/xclicker \ |
24 |
${STAGEDIR}${PREFIX}/bin |
25 |
|
26 |
.include <bsd.port.mk> |