1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/devel/py-ui/Makefile
Ion-Mihai Tetcu 37471db804 As was noted when the deprecation warning was set, this port is barely
working, and not used by anything else, so set it to expire.

PR:		99436
Submitted by:	maintainer
2006-06-25 02:49:32 +00:00

48 lines
1.2 KiB
Makefile

# 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
EXPIRATION_DATE= 2006-08-24
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 <bsd.port.mk>