diff x11-toolkits/pypy2-tkinter/Makefile @ 186:f37c9c21308e

- Make package for x11-toolkits/pypy2-tkinter - FIX: Layout of x11-toolkits/pypy2-tkinter
author Franz Glasner <fzglas.hg@dom66.de>
date Tue, 16 Jan 2024 09:22:36 +0100
parents x11-toolkits/pypy2-tkinter/x11-toolkits/pypy2-tkinter/Makefile@11840fa60770
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/x11-toolkits/pypy2-tkinter/Makefile	Tue Jan 16 09:22:36 2024 +0100
@@ -0,0 +1,18 @@
+# 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>