comparison 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
comparison
equal deleted inserted replaced
185:665eb1118d35 186:f37c9c21308e
1 # Created by: Franz Glasner <fzglas.hg@dom66.de>
2 # based on the port created by: David Naylor <dbn@FreeBSD.org>
3
4 PORTNAME= tkinter
5 DISTVERSION= ${PYPY_DEFAULT_DISTVERSION}
6 CATEGORIES= x11-toolkits python
7
8 MAINTAINER= fzglas.hg@dom66.de
9 COMMENT= PyPy bindings to the Tk widget set
10 WWW= https://www.pypy.org
11
12 USES= tk
13
14 CFFI_MODULE= _tkinter/tklib
15 FFI_MODULE_NAME= tkffi
16
17 .include "${.CURDIR}/../../lang/pypy2/Makefile.cffi.inc"
18 .include <bsd.port.post.mk>