diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2010-06-11 14:43:50 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2010-06-11 14:43:50 +0000 |
commit | 60b3435d8a37eef6a6e45d15ae1d2d08abc79e9e (patch) | |
tree | 04034d3438ea5e4b83792317711982a47bc50305 /x11/xvkbd/Makefile | |
parent | 2ebe6573ab764e156267c7116f026a409dc57022 (diff) | |
download | ports-60b3435d8a37eef6a6e45d15ae1d2d08abc79e9e.tar.gz ports-60b3435d8a37eef6a6e45d15ae1d2d08abc79e9e.zip |
Notes
Diffstat (limited to 'x11/xvkbd/Makefile')
-rw-r--r-- | x11/xvkbd/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/x11/xvkbd/Makefile b/x11/xvkbd/Makefile index f70bb201aacd..096bac034800 100644 --- a/x11/xvkbd/Makefile +++ b/x11/xvkbd/Makefile @@ -6,13 +6,17 @@ # PORTNAME= xvkbd -PORTVERSION= 3.1 +PORTVERSION= 3.2 CATEGORIES= x11 MASTER_SITES= http://homepage3.nifty.com/tsato/xvkbd/ MAINTAINER= roam@FreeBSD.org COMMENT= A virtual keyboard for X applications +# FIXME: IMHO, there really ought to be a GPL-2+ option or some such. +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual + MAN1= xvkbd.1 OPTIONS= XAW3D "Xaw3d support" off \ |