1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/x11/keyboardcast/Makefile
Niclas Zeising 4c46ca73d8 Add USES=xorg USES=gl, ports categories x
Add USES=xorg and USES=gl to ports in categories starting with 'x'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
2019-11-07 18:36:55 +00:00

25 lines
442 B
Makefile

# Created by: eimar.koort
# $FreeBSD$
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
INSTALLS_ICONS= yes
.include <bsd.port.mk>