pkgsrc-wip/pywm/Makefile
Michal Pasternak 3483a382a0 PyWM is a Python Window Manager.
You drive PYWM by creating a subclass of the basic pywm.WM window manager
class. If you want even more per-window control, you can subclass the
pywm.window class as well. Plenty of examples in the PYWM distribution you
can use as a starting point.

In contrast to other Python-driven window managers, this one is so easy and
intuitive that you'll be hacking your own window manager script in a couple
of minutes. A set of easily-undersood example scripts is included with the
distribution.
2003-11-26 16:24:23 +00:00

21 lines
550 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2003/11/26 16:24:23 mpasternak Exp $
#
DISTNAME= pywm-0.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= wm
MASTER_SITES= http://www.freenet.org.nz/python/pywm/
MAINTAINER= dotz@irc.pl
HOMEPAGE= http://www.freenet.org.nz/python/pywm/
COMMENT= Window manager in Python
USE_BUILDLINK2= yes
PY_PATCHPLIST= yes
PYDISTUTILSPKG= yes
BUILD_DEPENDS= ${PYPKGPREFIX}-pyrex>=0.8.1:../../lang/py-pyrex
.include "../../lang/python/extension.mk"
.include "../../x11/fltk/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"