28 lines
535 B
Makefile
28 lines
535 B
Makefile
# $OpenBSD: Makefile,v 1.22 2015/11/18 13:30:18 ajacoutot Exp $
|
|
|
|
COMMENT = console user interface library for python
|
|
|
|
MODPY_EGG_VERSION = 1.3.1
|
|
DISTNAME = urwid-${MODPY_EGG_VERSION}
|
|
PKGNAME = py-${DISTNAME}
|
|
CATEGORIES = devel
|
|
|
|
HOMEPAGE = http://urwid.org/
|
|
|
|
# LGPLv2.1
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
WANTLIB += pthread ${MODPY_WANTLIB}
|
|
|
|
TEST_DEPENDS = devel/py-gobject3${MODPY_FLAVOR} \
|
|
lang/python/${MODPY_VERSION},-tests
|
|
|
|
MODULES = lang/python
|
|
MODPY_SETUPTOOLS = Yes
|
|
MODPY_PI = Yes
|
|
|
|
FLAVORS = python3
|
|
FLAVOR ?=
|
|
|
|
.include <bsd.port.mk>
|