pkgsrc/devel/py-newt/Makefile
ryoon 42d7c124da Import py27-newt-0.52.16 as devel/py-newt.
Newt is a windowing toolkit for text mode built from the slang
library. It allows color text mode applications to easily use
stackable windows, push buttons, check boxes, radio buttons, lists,
entry fields, labels, and displayable text. Scrollbars are supported,
and forms may be nested to provide extra functionality.

Besides the newt library, this package provides whiptail, which may
be used from shell scripts similarly to Savio Lam's "dialog". Newt
provides the textual interface for the Red Hat and Debian boot
disks.

This package contains the python bindings for newt.

I do not know why older version is removed, this is required by
upcomming misc/byobu's configuration window.
2014-01-01 06:55:23 +00:00

30 lines
746 B
Makefile

# $NetBSD: Makefile,v 1.6 2014/01/01 06:55:23 ryoon Exp $
DISTNAME= newt-0.52.16
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel
MASTER_SITES= https://fedorahosted.org/releases/n/e/newt/
MAINTAINER= ryoon@NetBSD.org
HOMEPAGE= https://fedorahosted.org/newt/
COMMENT= Windowing toolkit based on libslang2
LICENSE= gnu-lgpl-v2
GNU_CONFIGURE= yes
USE_TOOLS+= automake gmake pkg-config
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
PKGCONFIG_OVERRIDE+= libnewt.pc.in
PY_PATCHPLIST= yes
pre-configure:
cd ${WRKSRC}; \
aclocal && autoconf
.include "../../devel/libslang2/buildlink3.mk"
.include "../../devel/popt/buildlink3.mk"
.include "../../lang/tcl/buildlink3.mk"
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"