mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 04:16:27 -04:00
All these ports builds without libtool Tested using Poudriere Approved by: portmgr (blanket, build fix)
25 lines
573 B
Makefile
25 lines
573 B
Makefile
PORTNAME= jstest-gtk
|
|
PORTVERSION= 20180710
|
|
PORTREVISION= 6
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= rozhuk.im@gmail.com
|
|
COMMENT= Simple joystick tester based on Gtk+
|
|
WWW= https://jstest-gtk.gitlab.io/
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/linux/joystick.h:devel/evdev-proto
|
|
|
|
USES= cmake compiler:c++11-lang gnome localbase:ldflags \
|
|
pkgconfig xorg
|
|
USE_GNOME= gtkmm30 libsigc++20
|
|
USE_XORG= x11
|
|
|
|
# gitlab variables
|
|
USE_GITLAB= yes
|
|
GL_ACCOUNT= jstest-gtk
|
|
GL_TAGNAME= 62f6e2d7d44620e503149510c428df9e004c9f3b
|
|
|
|
.include <bsd.port.mk>
|