diff options
author | wiz <wiz@pkgsrc.org> | 2000-12-12 02:03:46 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-12-12 02:03:46 +0000 |
commit | b48aa2febfd565b99592854d7cbeaa9c59ec76e9 (patch) | |
tree | 0386b8c653f44899ccf3b63ba89ad7c5638f4887 /wm/ctwm/Makefile | |
parent | a32b3a56553677e14a448f1a16a11a4a984b3574 (diff) | |
download | pkgsrc-b48aa2febfd565b99592854d7cbeaa9c59ec76e9.tar.gz |
Add new category wm for window managers, and move lots of package from
x11 here. Only changes are: `wm' in category added and some paths fixed.
Diffstat (limited to 'wm/ctwm/Makefile')
-rw-r--r-- | wm/ctwm/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/wm/ctwm/Makefile b/wm/ctwm/Makefile new file mode 100644 index 00000000000..b62c1d0b9af --- /dev/null +++ b/wm/ctwm/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/12/12 02:03:47 wiz Exp $ +# + +DISTNAME= ctwm-3.5 +CATEGORIES= x11 wm +MASTER_SITES= ftp://slhp1.epfl.ch/pub/ + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://woland.afti.nsu.ru/~reberger/xwinman/ctwm.html + +USE_IMAKE= YES +USE_XPM= YES + +.include "../../mk/bsd.pkg.mk" |