diff options
author | agc <agc@pkgsrc.org> | 1997-12-13 02:12:10 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1997-12-13 02:12:10 +0000 |
commit | f259e3322d8a2b43e7e18581caf3ee1dcd6959dc (patch) | |
tree | e81d74b12eb20013f9d7e1336235a4411e67f03b /x11/xkeycaps/Makefile | |
parent | 503cc243deb9a625255a71d69f634b2fa347c843 (diff) | |
download | pkgsrc-f259e3322d8a2b43e7e18581caf3ee1dcd6959dc.tar.gz |
Jamie Zawinski's xkeycaps program, a graphical frontend to xmodmap.
Diffstat (limited to 'x11/xkeycaps/Makefile')
-rw-r--r-- | x11/xkeycaps/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/x11/xkeycaps/Makefile b/x11/xkeycaps/Makefile new file mode 100644 index 00000000000..9a5fc21bcd1 --- /dev/null +++ b/x11/xkeycaps/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1 1997/12/13 02:12:10 agc Exp $ +# +# Packages collection Makefile for: xkeycaps +# Version required: 2.38 +# Date created: Sat Dec 13 01:12:10 GMT 1997 +# Whom: Alistair Crooks (agc@netbsd.org) + +DISTNAME= xkeycaps-2.38 +CATEGORIES= x11 +MASTER_SITES= http://people.netscape.com/jwz/xkeycaps/ +EXTRACT_SUFX= .tar.Z + +USE_IMAKE= yes +CAT1= xkeycaps.0 + +.include <bsd.port.mk> |