d774725534
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
41 lines
1 KiB
Makefile
41 lines
1 KiB
Makefile
# $NetBSD: Makefile,v 1.22 2005/07/21 16:29:58 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= waimea-0.4.0
|
|
PKGREVISION= 9
|
|
CATEGORIES= wm
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=waimea/}
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://www.waimea.org/
|
|
COMMENT= Fast and highly customizable virtual window manager
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_TOOLS+= gmake perl:run
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
.if !exists(${X11BASE}/include/X11/extensions/Xinerama.h)
|
|
CONFIGURE_ARGS+= --disable-xinerama
|
|
.endif
|
|
|
|
.if !exists(${X11BASE}/include/X11/extensions/Xrender.h)
|
|
CONFIGURE_ARGS+= --disable-render
|
|
.endif
|
|
|
|
.if !exists(${X11BASE}/include/X11/extensions/shape.h)
|
|
CONFIGURE_ARGS+= --disable-shape
|
|
.endif
|
|
|
|
CONFIGURE_ARGS+= --disable-randr
|
|
|
|
REPLACE_PERL = \
|
|
data/scripts/filelist.pl \
|
|
data/scripts/procinfo.pl \
|
|
data/scripts/stylesdir.pl.in
|
|
|
|
.include "../../devel/pkg-config/buildlink3.mk"
|
|
.include "../../fonts/Xft2/buildlink3.mk"
|
|
.include "../../graphics/freetype2/buildlink3.mk"
|
|
.include "../../graphics/imlib2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|