summaryrefslogtreecommitdiff
path: root/x11-toolkits/py-xlib/Makefile
blob: 855dd77393e1630a553c914eb1363f1a01a767f7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# New ports collection makefile for:	python-xlib
# Date created:		5 December 2001
# Whom:	      		Mike Meyer <mwm@mired.org>
#
# $FreeBSD$
#

PORTNAME=	xlib
PORTVERSION=	0.14
CATEGORIES=	x11-toolkits python
MASTER_SITES=	SF/python-${PORTNAME}/python-${PORTNAME}/${PORTVERSION}
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DISTNAME=	python-xlib-${PORTVERSION}

MAINTAINER=	mwm@mired.org
COMMENT=	X11 library for Python

USE_PYTHON=	yes
USE_PYDISTUTILS=	yes
PYDISTUTILS_PKGNAME=	python-xlib
PYDISTUTILS_PKGVERSION=	0.12

.include <bsd.port.mk>