mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
a5f9cc91c2
x11-fonts/, x11-toolkits and x11-wm to new USES=python Approved by: portmgr (implicit)
19 lines
411 B
Makefile
19 lines
411 B
Makefile
# Created by: Mike Meyer <mwm@mired.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xlib
|
|
PORTVERSION= 0.14
|
|
PORTREVISION= 1
|
|
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
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|