pkgsrc/wm/blackbox/Makefile
jschauma 173c3b193c Bump dependency on bsetroot for the boxes so that they all require a bsetroot
that works without blackbox and uses it's own NLS files.

While we're at it, nitpick the following:
fluxbox: as pointed out in PR pkg/19687, fluxbox will detect Xft2 (if available)
	 and depend on it automatically.  Options were:  add
	 CONFIGURE_ARGS+= --disable-xft
	 or include Xft2's buildlink.  For the time being, add the buildlink
	 following openboxes example.
openbox: USE_BUILDLINK2=YES -- otherwise including buildlink2's is a no-op
2003-01-05 20:10:10 +00:00

20 lines
489 B
Makefile

# $NetBSD: Makefile,v 1.10 2003/01/05 20:10:10 jschauma Exp $
#
DISTNAME= blackbox-0.65.0
PKGREVISION= 1
CATEGORIES= x11 wm
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=blackboxwm/}
MAINTAINER= jschauma@netbsd.org
HOMEPAGE= http://blackboxwm.sourceforge.net/
COMMENT= small and fast X11R6 window manager
DEPENDS+= bsetroot>=0.1nb1:../../wm/bsetroot
USE_BUILDLINK2= yes
USE_X11BASE= yes
GNU_CONFIGURE= yes
.include "../../devel/gettext-lib/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"