diff options
author | obache <obache> | 2010-08-30 09:42:41 +0000 |
---|---|---|
committer | obache <obache> | 2010-08-30 09:42:41 +0000 |
commit | e350a450813e1dd06afb7c0b91a6df9ef56dc996 (patch) | |
tree | 0bda3dec392eb23b5f04f433d0c0e1bd9ec8bef5 | |
parent | 90ec0c9e34b85e7e4ff3675b7ec4f2cfd17974bb (diff) | |
download | pkgsrc-e350a450813e1dd06afb7c0b91a6df9ef56dc996.tar.gz |
Import libfakekey-0.1 as x11/libfakekey.
X Virtual Keyboard Library of the Matchbox WM project.
-rw-r--r-- | x11/libfakekey/DESCR | 1 | ||||
-rw-r--r-- | x11/libfakekey/Makefile | 24 | ||||
-rw-r--r-- | x11/libfakekey/PLIST | 4 | ||||
-rw-r--r-- | x11/libfakekey/buildlink3.mk | 17 | ||||
-rw-r--r-- | x11/libfakekey/distinfo | 5 |
5 files changed, 51 insertions, 0 deletions
diff --git a/x11/libfakekey/DESCR b/x11/libfakekey/DESCR new file mode 100644 index 00000000000..e6e9b4e450f --- /dev/null +++ b/x11/libfakekey/DESCR @@ -0,0 +1 @@ +X Virtual Keyboard Library of the Matchbox WM project. diff --git a/x11/libfakekey/Makefile b/x11/libfakekey/Makefile new file mode 100644 index 00000000000..bcbd4f51192 --- /dev/null +++ b/x11/libfakekey/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/08/30 09:42:41 obache Exp $ +# + +DISTNAME= libfakekey-0.1 +CATEGORIES= x11 +MASTER_SITES= http://matchbox-project.org/sources/libfakekey/0.1/ + +MAINTAINER= obache@NetBSD.org +HOMEPAGE= http://matchbox-project.org/ +COMMENT= X Virtual Keyboard Library +LICENSE= gnu-gpl-v2 + +PKG_DESTDIR_SUPPORT= user-destdir + +GNU_CONFIGURE= yes +USE_LIBTOOL= yes +USE_TOOLS+= pkg-config + +PKGCONFIG_OVERRIDE+= libfakekey.pc.in + +.include "../../x11/libXtst/buildlink3.mk" +.include "../../x11/libX11/buildlink3.mk" +.include "../../x11/xextproto/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/x11/libfakekey/PLIST b/x11/libfakekey/PLIST new file mode 100644 index 00000000000..f69eef49a77 --- /dev/null +++ b/x11/libfakekey/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2010/08/30 09:42:41 obache Exp $ +include/fakekey/fakekey.h +lib/libfakekey.la +lib/pkgconfig/libfakekey.pc diff --git a/x11/libfakekey/buildlink3.mk b/x11/libfakekey/buildlink3.mk new file mode 100644 index 00000000000..af5736b7d9a --- /dev/null +++ b/x11/libfakekey/buildlink3.mk @@ -0,0 +1,17 @@ +# $NetBSD: buildlink3.mk,v 1.1.1.1 2010/08/30 09:42:41 obache Exp $ +# + +BUILDLINK_TREE+= libfakekey + +.if !defined(LIBFAKEKEY_BUILDLINK3_MK) +LIBFAKEKEY_BUILDLINK3_MK:= + +BUILDLINK_API_DEPENDS.libfakekey+= libfakekey>=0.1 +BUILDLINK_PKGSRCDIR.libfakekey?= ../../x11/libfakekey + +.include "../../x11/libXtst/buildlink3.mk" +.include "../../x11/libX11/buildlink3.mk" + +.endif # LIBFAKEKEY_BUILDLINK3_MK + +BUILDLINK_TREE+= -libfakekey diff --git a/x11/libfakekey/distinfo b/x11/libfakekey/distinfo new file mode 100644 index 00000000000..cc35d581cdf --- /dev/null +++ b/x11/libfakekey/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/08/30 09:42:41 obache Exp $ + +SHA1 (libfakekey-0.1.tar.gz) = 558af6f1eaa2c9d0ee9f03ade69aa53f0aa8f9f7 +RMD160 (libfakekey-0.1.tar.gz) = 041a5774be056a19afca770480d02e1903b4ab37 +Size (libfakekey-0.1.tar.gz) = 311139 bytes |