diff options
author | Wen Heping <wen@FreeBSD.org> | 2013-01-28 15:13:05 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2013-01-28 15:13:05 +0000 |
commit | 0ebae2edca615c007b9b3ae5ee33999ce9debfe8 (patch) | |
tree | 26d36a7f458ff8bc1d1846c23b9c7b72e780eddf /x11/keyboardcast | |
parent | 87176b8602a210b07fd220fe707df35d4435c483 (diff) | |
download | ports-0ebae2edca615c007b9b3ae5ee33999ce9debfe8.tar.gz ports-0ebae2edca615c007b9b3ae5ee33999ce9debfe8.zip |
Notes
Diffstat (limited to 'x11/keyboardcast')
-rw-r--r-- | x11/keyboardcast/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/x11/keyboardcast/Makefile b/x11/keyboardcast/Makefile index e64d43822c34..4d34d56a41fb 100644 --- a/x11/keyboardcast/Makefile +++ b/x11/keyboardcast/Makefile @@ -1,15 +1,12 @@ -# New ports collection makefile for: keyboardcast -# Date created: 12 jaan 2010 -# Whom: eimar.koort -# +# Created by: eimar.koort # $FreeBSD$ -# PORTNAME= keyboardcast PORTVERSION= 0.1.1 PORTREVISION= 1 CATEGORIES= x11 -MASTER_SITES= http://desrt.mcmaster.ca/code/keyboardcast/ +MASTER_SITES= GOOGLE_CODE \ + http://desrt.mcmaster.ca/code/keyboardcast/ MAINTAINER= eimar.koort@gmail.com COMMENT= Broadcast keystrokes to multiple X windows for Gnome2 |