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/olvwm/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/olvwm/Makefile')
-rw-r--r-- | wm/olvwm/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/wm/olvwm/Makefile b/wm/olvwm/Makefile new file mode 100644 index 00000000000..0badd54bd11 --- /dev/null +++ b/wm/olvwm/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/12/12 02:03:48 wiz Exp $ +# + +DISTNAME= olvwm4.src4 +PKGNAME= olvwm-4.4 +CATEGORIES= x11 wm +MASTER_SITES= http://www.akula.com/~jadler/sdo/olvwm/ + +MAINTAINER= w.wnuk@zodiac.mimuw.edu.pl +HOMEPAGE= http://www.akula.com/~jadler/sdo/olvwm/index.html + +DEPENDS+= xview-lib>=3.2.1nb1:../../x11/xview-lib +DEPENDS+= xview-clients>=3.2.1:../../x11/xview-clients + +USE_X11BASE= # defined +USE_XPM= # defined +USE_IMAKE= # defined + +NO_WRKSUBDIR= # defined + +.include "../../mk/bsd.pkg.mk" |