# ex:ts=8
# Ports collection makefile for:	wizard
# Date created:			Jan 11, 2002
# Whom:				ijliao
#
# $FreeBSD: ports/devel/wizard/Makefile,v 1.6 2003/02/20 17:07:09 knu Exp $
#

PORTNAME=	wizard
PORTVERSION=	1.4
CATEGORIES=	devel python
MASTER_SITES=	http://www.zolera.com/opensrc/wizard/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Classes for writing MS-style 'wizards'

RUN_DEPENDS=	${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter

USE_PYTHON=	yes
USE_PYDISTUTILS=	yes

.if !defined(NOPORTDOCS)
post-install:
	@${CP} -R ${WRKSRC}/doc ${DOCSDIR}
.endif

.include <bsd.port.mk>
