aboutsummaryrefslogtreecommitdiff
path: root/x11/antimicrox/Makefile
blob: 555bfe37f5b34f7647bdd2a78393b68291a3d77b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
PORTNAME=	antimicrox
PORTVERSION=	3.3.4
CATEGORIES=	x11

MAINTAINER=	rodrigo@FreeBSD.org
COMMENT=	Program to map gamepad keys to keyboard, mouse, scripts and macros
WWW=		https://github.com/AntiMicroX/antimicrox

LICENSE=	GPLv3

BUILD_DEPENDS=	${LOCALBASE}/include/linux/input.h:devel/evdev-proto \
		itstool:textproc/itstool \
		msgfmt:devel/gettext-tools

USES=		cmake desktop-file-utils kde:5 pkgconfig qt:5 sdl \
		shared-mime-info xorg
USE_GITHUB=	yes
GH_ACCOUNT=	AntimicroX
USE_KDE=	ecm
USE_QT=		concurrent core gui widgets buildtools:build qmake:build
USE_SDL=	sdl2
USE_XORG=	x11 xi xtst

CMAKE_ARGS=	-DINSTALL_UINPUT_UDEV_RULES:BOOL=FALSE

LDFLAGS+=	-lexecinfo

.include <bsd.port.mk>