2002-09-12 16:15:14 +02:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: pythondialog
|
|
|
|
# Date created: Sep 12, 2002
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= dialog
|
2004-11-12 16:54:31 +01:00
|
|
|
PORTVERSION= 2.7
|
2004-11-14 17:44:50 +01:00
|
|
|
PORTREVISION= 1
|
2002-09-12 16:15:14 +02:00
|
|
|
CATEGORIES= devel python
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= pythondialog
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
2004-11-12 16:54:31 +01:00
|
|
|
DISTNAME= pythondialog-${PORTVERSION}
|
|
|
|
|
|
|
|
RUN_DEPENDS= cdialog:${PORTSDIR}/devel/cdialog
|
2002-09-12 16:15:14 +02:00
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2004-11-12 16:54:31 +01:00
|
|
|
COMMENT= Python interface to dialog(3)
|
2002-09-12 16:15:14 +02:00
|
|
|
|
2004-11-12 16:54:31 +01:00
|
|
|
USE_BZIP2= yes
|
2002-09-12 16:15:14 +02:00
|
|
|
USE_PYTHON= yes
|
2004-11-12 16:54:31 +01:00
|
|
|
USE_PYDISTUTILS= yes
|
2002-09-12 16:15:14 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|