1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/x11/keyboardcast/Makefile
Dmitry Marakasov 560a804751 - Switch port to new GitHub home
- While here, add LICENSE

PR:		210428
Submitted by:	eimar.koort@gmail.com (maintainer)
2016-06-24 16:02:30 +00:00

25 lines
431 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
USE_XORG= xmu x11
USE_GNOME= libwnck libglade2 gtk20
USES= pkgconfig
INSTALLS_ICONS= yes
.include <bsd.port.mk>