view Makefile @ 181:4a971ae42fd6

>>>>> Tag v7.3.11 for changeset c654032f0f75
author Franz Glasner <fzglas.hg@dom66.de>
date Tue, 21 Feb 2023 22:08:39 +0100
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>