diff options
author | wiz <wiz@pkgsrc.org> | 2001-08-16 14:52:28 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-08-16 14:52:28 +0000 |
commit | 853a40dfed4fac18c0096fdd0c932d22373352f1 (patch) | |
tree | 8ddf5e234a83244f76046ac972e4776644b4d258 /wm/qvwm/Makefile | |
parent | b35b18f7a0f2232c02930984c7517ef03d4b345c (diff) | |
download | pkgsrc-853a40dfed4fac18c0096fdd0c932d22373352f1.tar.gz |
Update to 1.1.11, provided by Hiramatsu Yoshifumi in pkg/13730.
Changes:
. Add sound events: RestoreUpSound, RestoreDownSound, MenuPopupSound,
MenuCommandSound, OpenSound, CloseSound, PagerSound, and PagingSound.
. Change OpengingSound, EndingSound, and RestartSound to
SystemStartSound, SystemExitSound, and SystemRestartSound, respectively.
. Change the default coloring as in Windows 2000.
As well as other bugfixes.
Package change: man page now in PLIST, buildlinked.
Diffstat (limited to 'wm/qvwm/Makefile')
-rw-r--r-- | wm/qvwm/Makefile | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/wm/qvwm/Makefile b/wm/qvwm/Makefile index 8fcbf446d96..e70a94b5ceb 100644 --- a/wm/qvwm/Makefile +++ b/wm/qvwm/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/05/30 14:30:48 agc Exp $ -# FreeBSD Id: ports/x11-wm/qvwm/Makefile,v 1.40 2001/04/02 05:04:18 mharo Exp +# $NetBSD: Makefile,v 1.2 2001/08/16 14:52:28 wiz Exp $ +# -DISTNAME= qvwm-1.1.10 +DISTNAME= qvwm-1.1.11 CATEGORIES= wm MASTER_SITES= ftp://www.qvwm.org/pub/qvwm/ @@ -9,12 +9,14 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.qvwm.org/ COMMENT= Windows 95/98/NT like window manager for X11 -DEPENDS+= esound-*:../../audio/esound -DEPENDS+= imlib-*:../../graphics/imlib - USE_X11BASE= yes -USE_XPM= yes GNU_CONFIGURE= yes USE_GMAKE= yes +post-install: + ${MV} ${PREFIX}/man/man1/qvwm.1x ${PREFIX}/man/man1/qvwm.1 + +.include "../../audio/esound/buildlink.mk" +.include "../../graphics/imlib/buildlink.mk" +.include "../../graphics/xpm/buildlink.mk" .include "../../mk/bsd.pkg.mk" |