summaryrefslogtreecommitdiff
path: root/x11/xkbevd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/xkbevd/Makefile')
-rw-r--r--x11/xkbevd/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/x11/xkbevd/Makefile b/x11/xkbevd/Makefile
new file mode 100644
index 00000000000..c0c5c27a290
--- /dev/null
+++ b/x11/xkbevd/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2012/06/06 09:37:54 wiz Exp $
+#
+
+DISTNAME= xkbevd-1.1.3
+CATEGORIES= x11
+MASTER_SITES= ${MASTER_SITE_XORG:=app/}
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://xorg.freedesktop.org/
+COMMENT= Possible replacement for xev (work in progress)
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+GNU_CONFIGURE= yes
+USE_TOOLS+= pkg-config
+
+.include "../../x11/libxkbfile/buildlink3.mk"
+.include "../../x11/libX11/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"