34 lines
779 B
Makefile
34 lines
779 B
Makefile
# $NetBSD: Makefile,v 1.22 2005/04/11 21:47:47 tv Exp $
|
|
#
|
|
|
|
DISTNAME= fluxbox-0.9.12
|
|
CATEGORIES= wm x11
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fluxbox/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= jmcneill@NetBSD.org
|
|
HOMEPAGE= http://fluxbox.sourceforge.net/
|
|
COMMENT= Window Manager for X based on Blackbox
|
|
|
|
DEPENDS= bsetroot>=0.1nb1:../../wm/bsetroot
|
|
|
|
USE_X11= YES
|
|
USE_LANGUAGES= c c++
|
|
GNU_CONFIGURE= YES
|
|
USE_GNU_TOOLS= make
|
|
USE_LIBTOOL= YES
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
# Workaround for pkg/29825 -- older compilers apparently
|
|
# have problems building this package.
|
|
.if (${MACHINE_PLATFORM:MNetBSD-2.0*-*} != "")
|
|
BUILDLINK_TRANSFORM+= rename:-O2:-O1
|
|
.endif
|
|
|
|
CONFIGURE_ARGS+= --enable-nls
|
|
CONFIGURE_ARGS+= --enable-xinerama
|
|
|
|
.include "options.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|