TODO: $Id$ Needs a newer swig (currently the one in pkgsrc is horribly outdated, I'm too busy to update it) to build Needs devel/boost/buildlink3.mk (already PRed) Create PLIST -- dotz@irc.pl DESCR: Kahakai is a window manager. Features: * Window/edge snapping * Transparent window titles and menus with anti-aliased fonts * Python scripting (Ruby/Perl support planned) used for configuration * Dockapp support * Pixmap styles, compatible with Blackbox/Fluxbox/Openbox & Waimea styles * Viewports, multiple desktops * KDE and GNOME support
22 lines
564 B
Makefile
22 lines
564 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2004/02/29 12:07:03 mpasternak Exp $
|
|
#
|
|
|
|
DISTNAME= kahakai-0.6.2
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kahakai/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= dotz@irc.pl
|
|
HOMEPAGE= http://kahakai.sourceforge.net/
|
|
COMMENT= Window manager with Python scripting
|
|
|
|
USE_BUILDLINK3= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
GNU_CONFIGURE= yes
|
|
GCC_REQD= 3.3
|
|
USE_X11= yes
|
|
|
|
.include "../../graphics/freetype2/buildlink3.mk"
|
|
.include "../../fonts/Xft2/buildlink3.mk"
|
|
.include "../../devel/boost/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|