afe4918caa
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
27 lines
598 B
Makefile
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>
|