diff options
author | joerg <joerg@pkgsrc.org> | 2006-11-07 17:31:51 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-11-07 17:31:51 +0000 |
commit | ddb952b24541a3b5dad619e73d7a553a177a87e3 (patch) | |
tree | d8ec1331b96b2bccd9ee412dc9af57e02e534d12 /x11/xmodmap/Makefile | |
parent | 9902cef793778a2f26ecef9d79e771108f5164b9 (diff) | |
download | pkgsrc-ddb952b24541a3b5dad619e73d7a553a177a87e3.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/Makefile | 20 |
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" |