cec412a10a
slightly modified by me. The Python X Library is intended to be a fully functional X client library for Python programs. It is written entirely in Python, in contrast to earlier X libraries for Python (the ancient X extension and the newer plxlib) which were interfaces to the C Xlib.
17 lines
436 B
Makefile
17 lines
436 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2004/08/17 15:30:43 minskim Exp $
|
|
|
|
DISTNAME= python-xlib-0.12
|
|
PKGNAME= ${PYPKGPREFIX}-Xlib-0.12
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=python-xlib/}
|
|
|
|
MAINTAINER= ccatrian@eml.cc
|
|
HOMEPAGE= http://python-xlib.sourceforge.net/
|
|
COMMENT= Functional X client library for Python
|
|
|
|
USE_BUILDLINK3= yes
|
|
|
|
PYDISTUTILSPKG= yes
|
|
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|