view x11-toolkits/pypy2-tkinter/Makefile @ 196:f31ba036478b

>>>>> tag v7.3.15 for changeset 78aac73348d4
author Franz Glasner <fzglas.hg@dom66.de>
date Fri, 19 Jan 2024 01:54:17 +0100
parents f37c9c21308e
children
line wrap: on
line source

# Created by: Franz Glasner <fzglas.hg@dom66.de>
# based on the port created by: David Naylor <dbn@FreeBSD.org>

PORTNAME=	tkinter
DISTVERSION=	${PYPY_DEFAULT_DISTVERSION}
CATEGORIES=	x11-toolkits python

MAINTAINER=	fzglas.hg@dom66.de
COMMENT=	PyPy bindings to the Tk widget set
WWW=		https://www.pypy.org

USES=		tk

CFFI_MODULE=	_tkinter/tklib
FFI_MODULE_NAME=	tkffi

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