mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
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>
This commit is contained in:
parent
dac688fffc
commit
448871b4de
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=376050
@ -7,6 +7,7 @@
|
||||
SUBDIR += 9box
|
||||
SUBDIR += 9menu
|
||||
SUBDIR += alltray
|
||||
SUBDIR += antimicro
|
||||
SUBDIR += appres
|
||||
SUBDIR += apwal
|
||||
SUBDIR += arandr
|
||||
|
20
x11/antimicro/Makefile
Normal file
20
x11/antimicro/Makefile
Normal file
@ -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>
|
2
x11/antimicro/distinfo
Normal file
2
x11/antimicro/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (antimicro-2.10.1.tar.gz) = 1357f9e5f819a9b986508c19e55170b1e764c2adac9b2b40a6eb40bd27151883
|
||||
SIZE (antimicro-2.10.1.tar.gz) = 662761
|
8
x11/antimicro/pkg-descr
Normal file
8
x11/antimicro/pkg-descr
Normal file
@ -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
|
12
x11/antimicro/pkg-plist
Normal file
12
x11/antimicro/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user