aboutsummaryrefslogtreecommitdiff
path: root/devel/wizard/Makefile
blob: 86c69260740656292218d28a81b16725db7bb854 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# ex:ts=8
# Ports collection makefile for:	wizard
# Date created:			Jan 11, 2002
# Whom:				ijliao
#
# $FreeBSD$
#

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

MAINTAINER=	ports@FreeBSD.org

PORTCOMMENT=	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>