mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
93a677da6c
PR: 199465 Submitted by: antont@inbox.lv (maintainer)
22 lines
450 B
Makefile
22 lines
450 B
Makefile
# Created by: Anton Törnqvist <antont@inbox.lv>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= antimicro
|
|
PORTVERSION= 2.13
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= antont@inbox.lv
|
|
COMMENT= Program for mapping keyboard and mouse to a gamepad
|
|
|
|
LICENSE= GPLv3
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= Ryochan7
|
|
|
|
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>
|