mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
37471db804
working, and not used by anything else, so set it to expire. PR: 99436 Submitted by: maintainer
48 lines
1.2 KiB
Makefile
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>
|