pkgsrc/wm/fluxbox/Makefile
jmmv 40ff76b80c Fix themes to use fbsetroot rather than bsetroot, which is not provided
by fluxbox and is not compatible with blackbox's bsetroot any more.  This
was caused by an incomplete bsetroot->fbsetroot rename in fluxbox's code
(not our fault); will report to authors in a minute.  Bump PKGREVISION to 3.
2005-12-23 13:41:41 +00:00

37 lines
886 B
Makefile

# $NetBSD: Makefile,v 1.33 2005/12/23 13:41:41 jmmv Exp $
#
DISTNAME= fluxbox-0.9.14
PKGREVISION= 3
CATEGORIES= wm x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fluxbox/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= tonio@NetBSD.org
HOMEPAGE= http://fluxbox.sourceforge.net/
COMMENT= Window Manager for X based on Blackbox
USE_LANGUAGES= c c++
GNU_CONFIGURE= YES
USE_TOOLS+= gmake
USE_LIBTOOL= YES
.include "../../mk/bsd.prefs.mk"
BUILDLINK_TRANSFORM+= rename:-O2:-O1
CONFIGURE_ARGS+= --enable-shape
CONFIGURE_ARGS+= --enable-nls
CONFIGURE_ARGS+= --enable-xinerama
.include "options.mk"
SUBST_CLASSES+= cmds
SUBST_STAGE.cmds= post-build
SUBST_MESSAGE.cmds= "Fixing command names in data files."
SUBST_SED.cmds= -e 's|bsetroot|fbsetroot|g'
SUBST_FILES.cmds= data/*/*
.include "../../converters/libiconv/buildlink3.mk"
.include "../../mk/x11.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"