2016-08-10 20:40:51 +02:00
|
|
|
# Created by: Anton Toernqvist <antont@inbox.lv>
|
2015-01-02 15:25:44 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= antimicro
|
2017-01-11 10:03:16 +01:00
|
|
|
PORTVERSION= 2.23
|
2017-02-01 06:27:46 +01:00
|
|
|
PORTREVISION= 1
|
2015-01-02 15:25:44 +01:00
|
|
|
CATEGORIES= x11
|
|
|
|
|
2016-03-30 18:41:22 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2015-01-02 15:25:44 +01:00
|
|
|
COMMENT= Program for mapping keyboard and mouse to a gamepad
|
|
|
|
|
2015-02-14 19:00:33 +01:00
|
|
|
LICENSE= GPLv3
|
|
|
|
|
2015-01-02 15:25:44 +01:00
|
|
|
USE_GITHUB= yes
|
2016-08-10 20:40:51 +02:00
|
|
|
GH_ACCOUNT= antimicro #Ryochan7
|
2015-01-02 15:25:44 +01:00
|
|
|
|
2015-12-30 18:45:32 +01:00
|
|
|
# Upstream assumes ${LOCALBASE}/lib is part of the default linker path. Pull
|
|
|
|
# request 268 fixes it for X11 libraries, but SDL2 is still using pkg-config
|
|
|
|
# output (without full paths).
|
2016-01-02 23:58:27 +01:00
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2015-12-30 18:45:32 +01:00
|
|
|
|
2016-08-10 20:40:51 +02:00
|
|
|
USE_XORG= x11 xi xtst
|
|
|
|
USE_QT5= core gui linguisttools_build qmake_build buildtools_build widgets network
|
2015-01-02 15:25:44 +01:00
|
|
|
USE_SDL= sdl2
|
|
|
|
USES= cmake pkgconfig desktop-file-utils shared-mime-info
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|