freebsd-ports/sysutils/jstest-gtk/Makefile
Baptiste Daroussin 2c672a4de9 INSTALLS_ICONS: retire the macro and rework the related dependencies
While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency)
2021-10-10 21:44:42 +02:00

24 lines
544 B
Makefile

PORTNAME= jstest-gtk
PORTVERSION= 20180710
PORTREVISION= 3
CATEGORIES= sysutils
MAINTAINER= rozhuk.im@gmail.com
COMMENT= Simple joystick tester based on Gtk+
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= ${LOCALBASE}/include/linux/joystick.h:devel/evdev-proto
USES= cmake compiler:c++11-lang gnome libtool localbase:ldflags \
pkgconfig xorg
USE_GNOME= gtkmm30 libsigc++20
USE_XORG= x11
# gitlab variables
USE_GITLAB= yes
GL_ACCOUNT= jstest-gtk
GL_COMMIT= 62f6e2d7d44620e503149510c428df9e004c9f3b
.include <bsd.port.mk>