freebsd-ports/x11-toolkits/py-xlib/Makefile
Rong-En Fan 2bdfc2b776 - Update to 0.13
PR:		ports/103650
Submitted by:	Mike Meyer <mwm at mired.org> (maintainer)
2006-09-26 12:41:18 +00:00

22 lines
477 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.13
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
.include <bsd.port.mk>