freebsd-ports/devel/wizard/Makefile

32 lines
665 B
Makefile
Raw Normal View History

# ex:ts=8
# Ports collection makefile for: wizard
# Date created: Jan 11, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= wizard
PORTVERSION= 1.4
CATEGORIES= devel python
# mastersite disappeared in May 2002
MASTER_SITES= # http://www.zolera.com/opensrc/wizard/
DEPRECATED= "master site disappeared, author stopped work 2002"
EXPIRATION_DATE=2005-07-31
MAINTAINER= ports@FreeBSD.org
2003-02-20 18:07:10 +01:00
COMMENT= Classes for writing MS-style 'wizards'
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter
USE_PYTHON= yes
2002-04-29 16:01:09 +02:00
USE_PYDISTUTILS= yes
.if !defined(NOPORTDOCS)
post-install:
@${CP} -R ${WRKSRC}/doc ${DOCSDIR}
.endif
.include <bsd.port.mk>