view Makefile @ 178:e2d16a3bf62b

>>>>> v7.3.9 for changeset 903d2e59fe72
author Franz Glasner <fzglas.hg@dom66.de>
date Thu, 06 Oct 2022 21:15:05 +0200
parents 903d2e59fe72
children
line wrap: on
line source

# Created by: David Naylor <dbn@FreeBSD.org>

PORTNAME=	tkinter
CATEGORIES=	x11-toolkits python

MAINTAINER=	python@FreeBSD.org
COMMENT=	PyPy bindings to the Tk widget set

USES=		tk

CFFI_MODULE=	_tkinter/tklib
CFFI_NAME=	tkffi

.include "${.CURDIR}/../../lang/pypy/bsd.pypy.cffi.mk"
.include <bsd.port.post.mk>