1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00
freebsd-ports/x11/keyboardcast/Makefile
Dmitry Marakasov a9faa0a543 - Fix build on 10.x
- Support staging
- Respect CC, CFLAGS and PREFIX

PR:		185018
Submitted by:	Eimar Koort <eimar.koort@gmail.com> (maintainer)
2013-12-25 12:54:43 +00:00

20 lines
400 B
Makefile

# Created by: eimar.koort
# $FreeBSD$
PORTNAME= keyboardcast
PORTVERSION= 0.1.1
PORTREVISION= 2
CATEGORIES= x11
MASTER_SITES= GOOGLE_CODE \
http://desrt.mcmaster.ca/code/keyboardcast/
MAINTAINER= eimar.koort@gmail.com
COMMENT= Broadcast keystrokes to multiple X windows for Gnome2
USE_XORG= xmu x11
USE_GNOME= libwnck libglade2 gtk20
USES= pkgconfig
INSTALLS_ICONS= yes
.include <bsd.port.mk>