2001-03-13 18:31:41 +01:00
|
|
|
# New ports collection makefile for: pyncurses
|
|
|
|
# Date created: Tue May 16 22:15:11 PDT 2000
|
|
|
|
# Whom: adsharma@sharams.dhs.org
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2002-06-20 22:04:31 +02:00
|
|
|
PORTNAME= ncurses
|
2001-03-13 18:31:41 +01:00
|
|
|
PORTVERSION= 0.3
|
2002-06-20 22:04:31 +02:00
|
|
|
PORTREVISION= 1
|
2001-03-13 18:31:41 +01:00
|
|
|
CATEGORIES= devel python
|
2002-06-20 22:04:31 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= pyncurses
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
DISTNAME= pyncurses-${PORTVERSION}
|
2001-03-13 18:31:41 +01:00
|
|
|
|
|
|
|
MAINTAINER= adsharma@sharmas.dhs.org
|
|
|
|
|
|
|
|
USE_PYTHON= yes
|
2002-04-29 16:01:09 +02:00
|
|
|
USE_PYDISTUTILS= yes
|
2001-03-13 18:31:41 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|