diff options
author | pawel <pawel@FreeBSD.org> | 2015-01-02 22:25:44 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2015-01-02 22:25:44 +0800 |
commit | 8bcfb59d8c412d0aa6b6f8973846c01a363f84c1 (patch) | |
tree | 4e72bf8f76fbe3a20d518b017f20082502358e59 /x11 | |
parent | f72eca8ea84af4c042ed6ead08b695d41f41221d (diff) | |
download | freebsd-ports-gnome-8bcfb59d8c412d0aa6b6f8973846c01a363f84c1.tar.gz freebsd-ports-gnome-8bcfb59d8c412d0aa6b6f8973846c01a363f84c1.tar.zst freebsd-ports-gnome-8bcfb59d8c412d0aa6b6f8973846c01a363f84c1.zip |
AntiMicro is a graphical program used to map keyboard keys and mouse controls
to a gamepad. This program is useful for playing PC games using a gamepad
that do not have any form of built-in gamepad support. However,
you can use this program to control any desktop application with a gamepad;
this means that your system has to be running an X environment in order to
run this program.
WWW: https://github.com/Ryochan7/antimicro
PR: 195754
Submitted by: Anton Tornqvist <antont@inbox.lv>
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Makefile | 1 | ||||
-rw-r--r-- | x11/antimicro/Makefile | 20 | ||||
-rw-r--r-- | x11/antimicro/distinfo | 2 | ||||
-rw-r--r-- | x11/antimicro/pkg-descr | 8 | ||||
-rw-r--r-- | x11/antimicro/pkg-plist | 12 |
5 files changed, 43 insertions, 0 deletions
diff --git a/x11/Makefile b/x11/Makefile index a0d3f0407e98..e06febccf3e5 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -7,6 +7,7 @@ SUBDIR += 9box SUBDIR += 9menu SUBDIR += alltray + SUBDIR += antimicro SUBDIR += appres SUBDIR += apwal SUBDIR += arandr diff --git a/x11/antimicro/Makefile b/x11/antimicro/Makefile new file mode 100644 index 000000000000..a5e162a12da1 --- /dev/null +++ b/x11/antimicro/Makefile @@ -0,0 +1,20 @@ +# Created by: Anton Törnqvist <antont@inbox.lv> +# $FreeBSD$ + +PORTNAME= antimicro +PORTVERSION= 2.10.1 +CATEGORIES= x11 + +MAINTAINER= antont@inbox.lv +COMMENT= Program for mapping keyboard and mouse to a gamepad + +USE_GITHUB= yes +GH_ACCOUNT= Ryochan7 +GH_COMMIT= daa71bf + +USE_XORG= x11 xtst +USE_QT5= linguisttools_build qmake_build buildtools_build widgets network +USE_SDL= sdl2 +USES= cmake pkgconfig desktop-file-utils shared-mime-info + +.include <bsd.port.mk> diff --git a/x11/antimicro/distinfo b/x11/antimicro/distinfo new file mode 100644 index 000000000000..25dd024c2619 --- /dev/null +++ b/x11/antimicro/distinfo @@ -0,0 +1,2 @@ +SHA256 (antimicro-2.10.1.tar.gz) = 1357f9e5f819a9b986508c19e55170b1e764c2adac9b2b40a6eb40bd27151883 +SIZE (antimicro-2.10.1.tar.gz) = 662761 diff --git a/x11/antimicro/pkg-descr b/x11/antimicro/pkg-descr new file mode 100644 index 000000000000..2b2b3b035932 --- /dev/null +++ b/x11/antimicro/pkg-descr @@ -0,0 +1,8 @@ +AntiMicro is a graphical program used to map keyboard keys and mouse controls +to a gamepad. This program is useful for playing PC games using a gamepad +that do not have any form of built-in gamepad support. However, +you can use this program to control any desktop application with a gamepad; +this means that your system has to be running an X environment in order to +run this program. + +WWW: https://github.com/Ryochan7/antimicro diff --git a/x11/antimicro/pkg-plist b/x11/antimicro/pkg-plist new file mode 100644 index 000000000000..a88215c57833 --- /dev/null +++ b/x11/antimicro/pkg-plist @@ -0,0 +1,12 @@ +bin/antimicro +%%DATADIR%%/translations/antimicro_br.qm +%%DATADIR%%/translations/antimicro_de.qm +%%DATADIR%%/translations/antimicro_en.qm +%%DATADIR%%/translations/antimicro_fr.qm +%%DATADIR%%/translations/antimicro_ru.qm +%%DATADIR%%/translations/antimicro_sr.qm +%%DATADIR%%/translations/antimicro_uk.qm +share/applications/antimicro.desktop +share/man/man1/antimicro.1.gz +share/mime/packages/antimicro.xml +share/pixmaps/antimicro.png |