diff options
author | jlam <jlam@pkgsrc.org> | 2007-06-19 14:54:57 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2007-06-19 14:54:57 +0000 |
commit | 326652c7f3af4e38c3bc2325344b7758f46cf48f (patch) | |
tree | fcde4fd1d4196f303af0ebe050e85cb2efe4ce71 /wm/twm/Makefile | |
parent | f4ecc6bd31a2ca04e187cc7287d0056344f55155 (diff) | |
download | pkgsrc-326652c7f3af4e38c3bc2325344b7758f46cf48f.tar.gz |
Import modular X.org's individually packaged twm-1.0.3 as wm/twm.
Twm is the classic Tom's Window Manager for the X Window System. It
provides titlebars, shaped windows, several forms of icon management,
user-defined macro functions, click-to-type and pointer-driven keyboard
focus, and user-specified key and pointer button bindings.
Diffstat (limited to 'wm/twm/Makefile')
-rw-r--r-- | wm/twm/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/wm/twm/Makefile b/wm/twm/Makefile new file mode 100644 index 00000000000..1dd585404dd --- /dev/null +++ b/wm/twm/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/06/19 14:54:57 jlam Exp $ + +DISTNAME= twm-1.0.3 +CATEGORIES= x11 wm +MASTER_SITES= http://xorg.freedesktop.org/releases/individual/app/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://xorg.freedesktop.org/ +COMMENT= Tom's Window Manager + +PKG_DESTDIR_SUPPORT= user-destdir + +GNU_CONFIGURE= yes +USE_TOOLS+= pkg-config + +.include "../../x11/libXext/buildlink3.mk" +.include "../../x11/libXmu/buildlink3.mk" +.include "../../x11/libXt/buildlink3.mk" +.include "../../x11/xbitmaps/buildlink3.mk" +.include "../../x11/xextproto/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" |