freebsd-ports/x11-toolkits/py-xlib/Makefile
Rong-En Fan afe4918caa The py-xlib code has some problems running in a modern
environment. It refers to modules that don't exist any more,
is missing encoding declerations, and needs a buffer bumped.

This commit addresses these problems.

PR:		ports/100569
Submitted by:	maintainer
2006-07-19 23:25:17 +00:00

27 lines
598 B
Makefile

# New ports collection makefile for: python-xlib
# Date created: 5 December 2001
# Whom: Mike Meyer <mwm@mired.org>
#
# $FreeBSD$
#
PORTNAME= xlib
PORTVERSION= 0.12a
PORTREVISION= 1
CATEGORIES= x11-toolkits python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= python-xlib
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= python-xlib-${PORTVERSION}
MAINTAINER= mwm@mired.org
COMMENT= X11 library for Python
USE_PYTHON= yes
USE_PYDISTUTILS= yes
INFO= python-xlib
post-install:
@${INSTALL_DATA} ${WRKSRC}/doc/info/python-xlib.info ${PREFIX}/info/
.include <bsd.port.mk>