freebsd-ports/x11-toolkits/py-xlib/Makefile

25 lines
539 B
Makefile
Raw Normal View History

# 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= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= python-xlib
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= python-xlib-${PORTVERSION}
MAINTAINER= mwm@mired.org
2003-02-21 15:19:11 +01:00
COMMENT= X11 library for Python
USE_PYTHON= yes
2002-04-29 21:21:15 +02:00
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= python-xlib
PYDISTUTILS_PKGVERSION= 0.12
.include <bsd.port.mk>