# ex:ts=8 # New ports collection makefile for: py-ui # Date created: Jan 25, 2003 # Whom: ijliao # # $FreeBSD$ # PORTNAME= ui PORTVERSION= 0.95 PORTREVISION= 3 CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= pyui PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= pyui${PORTVERSION:S/.//} MAINTAINER= alex@foxybanana.com COMMENT= A user interface library written in Python RUN_DEPENDS= \ ${PYTHON_SITELIBDIR}/pygame/__init__.py:${PORTSDIR}/devel/py-game \ ${PYTHON_SITELIBDIR}/OpenGL/__init__.py:${PORTSDIR}/graphics/py-opengl \ ${PYTHON_SITELIBDIR}/PIL/Image.py:${PORTSDIR}/graphics/py-imaging \ ${PYTHON_SITELIBDIR}/twisted/__init__.py:${PORTSDIR}/devel/py-twisted USE_ZIP= yes USE_PYTHON= yes USE_PYDISTUTILS=yes DEPRECATED= PyUI does not work with well with current versions of\ graphics/py-opengl and has not been developed in over two\ years. Python game development should be done with\ devel/py-game instead DOCSDIR= ${LOCALBASE}/share/doc/py-ui post-install: .if !defined(NOPORTDOCS) @${RM} -rf ${WRKSRC}/docs/CVS @${MKDIR} ${PREFIX}/share/doc/py-ui ${CP} ${WRKSRC}/docs/* ${PREFIX}/share/doc/py-ui .endif .include