pkgsrc/wm/openbox2/Makefile
rillig b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05 20:49:47 +00:00

22 lines
492 B
Makefile

# $NetBSD: Makefile,v 1.10 2005/12/05 20:51:09 rillig Exp $
#
DISTNAME= openbox-2.2.3
PKGREVISION= 1
CATEGORIES= wm x11
MASTER_SITES= http://icculus.org/openbox/releases/
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://icculus.org/openbox/
COMMENT= Window manager based on Blackbox (2.x branch)
DEPENDS+= bsetroot>=0.1nb1:../../wm/bsetroot
USE_TOOLS+= pkg-config
GNU_CONFIGURE= YES
CPPFLAGS+= -DHAVE_STRFTIME=1
.include "../../fonts/Xft2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"