pkgsrc/wm/qvwm/Makefile
kristerw 9f8a48598a Change the CONFIGURE_ENV to use the variables users are supposed to set,
rather than the autoconf cache variables.
2005-06-24 20:37:38 +00:00

24 lines
617 B
Makefile

# $NetBSD: Makefile,v 1.21 2005/06/24 20:37:38 kristerw Exp $
#
DISTNAME= qvwm-1.1.12
PKGREVISION= 5
CATEGORIES= wm
MASTER_SITES= ftp://www.qvwm.org/pub/qvwm/
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.qvwm.org/
COMMENT= Windows 95/98/NT like window manager for X11
GNU_CONFIGURE= yes
USE_TOOLS+= gmake rm
CONFIGURE_ENV+= PATH_RM="${TOOLS_RM}"
USE_LANGUAGES= c++
post-install:
${MV} ${PREFIX}/man/man1/qvwm.1x ${PREFIX}/man/man1/qvwm.1
.include "../../audio/esound/buildlink3.mk"
.include "../../graphics/imlib/buildlink3.mk"
.include "../../graphics/xpm/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"