summaryrefslogtreecommitdiff
path: root/x11/xmodmap/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-11-07 17:31:51 +0000
committerjoerg <joerg@pkgsrc.org>2006-11-07 17:31:51 +0000
commitb53e7bf6a821dcb676e0c7fc849d4c102c737101 (patch)
treed8ec1331b96b2bccd9ee412dc9af57e02e534d12 /x11/xmodmap/Makefile
parent7fbc43b516aecd69771629635c1a8f15f3c9d793 (diff)
downloadpkgsrc-b53e7bf6a821dcb676e0c7fc849d4c102c737101.tar.gz
Import xmodmap-1.0.2:
The xmodmap tool is used to modify keymaps and pointer button mappings in X. This is from modular Xorg.
Diffstat (limited to 'x11/xmodmap/Makefile')
-rw-r--r--x11/xmodmap/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/x11/xmodmap/Makefile b/x11/xmodmap/Makefile
new file mode 100644
index 00000000000..93d546595c1
--- /dev/null
+++ b/x11/xmodmap/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/11/07 17:31:51 joerg Exp $
+#
+
+DISTNAME= xmodmap-1.0.2
+CATEGORIES= x11
+MASTER_SITES= http://xorg.freedesktop.org/releases/individual/app/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= joerg@NetBSD.org
+HOMEPAGE= http://xorg.freedesktop.org/
+COMMENT= X modmap program
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+GNU_CONFIGURE= yes
+USE_TOOLS+= pkg-config
+
+.include "../../x11/libX11/buildlink3.mk"
+
+.include "../../mk/bsd.pkg.mk"