diff options
Diffstat (limited to 'x11/deforaos-keyboard')
-rw-r--r-- | x11/deforaos-keyboard/Makefile | 23 | ||||
-rw-r--r-- | x11/deforaos-keyboard/distinfo | 2 | ||||
-rw-r--r-- | x11/deforaos-keyboard/pkg-descr | 3 | ||||
-rw-r--r-- | x11/deforaos-keyboard/pkg-plist | 6 |
4 files changed, 34 insertions, 0 deletions
diff --git a/x11/deforaos-keyboard/Makefile b/x11/deforaos-keyboard/Makefile new file mode 100644 index 000000000000..999d72445b63 --- /dev/null +++ b/x11/deforaos-keyboard/Makefile @@ -0,0 +1,23 @@ +# Created by: Olivier Cochard-Labbe <olivier@cochard.me> +# $FreeBSD$ + +PORTNAME= keyboard +PORTVERSION= 0.2.1 +CATEGORIES= x11 +MASTER_SITES= http://www.defora.org/os/download/download/3696/ +DISTNAME= Keyboard-${PORTVERSION} +PKGNAMEPREFIX= deforaos- + +MAINTAINER= olivier@cochard.me +COMMENT= DeforaOS desktop virtual keyboardr + +LICENSE= GPLv3 + +LIB_DEPENDS= Desktop:${PORTSDIR}/x11/deforaos-libdesktop + +USE_GNOME= gtk20 +USE_PKGCONFIG= build +USE_XORG= xtst +USE_GETTEXT= yes + +.include <bsd.port.mk> diff --git a/x11/deforaos-keyboard/distinfo b/x11/deforaos-keyboard/distinfo new file mode 100644 index 000000000000..e532ff6101bb --- /dev/null +++ b/x11/deforaos-keyboard/distinfo @@ -0,0 +1,2 @@ +SHA256 (Keyboard-0.2.1.tar.gz) = 96a2b6d1180c2d82d31a839cd616173a03529a6d795512af50cebbe3ac16bda2 +SIZE (Keyboard-0.2.1.tar.gz) = 29127 diff --git a/x11/deforaos-keyboard/pkg-descr b/x11/deforaos-keyboard/pkg-descr new file mode 100644 index 000000000000..f750ab87767d --- /dev/null +++ b/x11/deforaos-keyboard/pkg-descr @@ -0,0 +1,3 @@ +DeforaOS desktop virtual keyboard + +WWW: http://www.defora.org/ diff --git a/x11/deforaos-keyboard/pkg-plist b/x11/deforaos-keyboard/pkg-plist new file mode 100644 index 000000000000..093f92d10b3c --- /dev/null +++ b/x11/deforaos-keyboard/pkg-plist @@ -0,0 +1,6 @@ +bin/keyboardctl +bin/keyboard +include/Desktop/Keyboard.h +share/applications/keyboard.desktop +share/locale/fr/LC_MESSAGES/Keyboard.mo +@dirrmtry share/applications |