view Makefile @ 177:903d2e59fe72

Use bsd.port.post.mk instead of bsd.port.mk because bsd.port.pre.mk is included by bsd.pypy.cffi.mk already
author Franz Glasner <fzglas.hg@dom66.de>
date Thu, 06 Oct 2022 21:14:12 +0200
parents a31eec33ff49
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>