6259cac885
- Add workaround for the problem when importing ncurses.panel earlier than ncurses.curses module - Chase the modern bsd.python.mk style. PR: 39448 Submitted by: Hye-Shik Chang <perky@fallin.lv> Approved by: maintainer
23 lines
470 B
Makefile
23 lines
470 B
Makefile
# New ports collection makefile for: pyncurses
|
|
# Date created: Tue May 16 22:15:11 PDT 2000
|
|
# Whom: adsharma@sharams.dhs.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ncurses
|
|
PORTVERSION= 0.3
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= pyncurses
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= pyncurses-${PORTVERSION}
|
|
|
|
MAINTAINER= adsharma@sharmas.dhs.org
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
|
|
.include <bsd.port.mk>
|