freebsd-ports/x11/keyboardcast/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

22 lines
410 B
Makefile

# Created by: eimar.koort
PORTNAME= keyboardcast
PORTVERSION= 0.1.1
DISTVERSIONPREFIX= v
PORTREVISION= 3
CATEGORIES= x11
MAINTAINER= eimar.koort@gmail.com
COMMENT= Broadcast keystrokes to multiple X windows for Gnome2
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
USE_GITHUB= yes
GH_ACCOUNT= ekoort
USES= gnome pkgconfig xorg
USE_XORG= xmu x11
USE_GNOME= libwnck libglade2 gtk20
.include <bsd.port.mk>