Mercurial > hgrepos > FreeBSD > ports > PyPy
comparison x11-toolkits/pypy3-tkinter/Makefile @ 187:89f5beae0a3f
Build package for x11-toolkits/pypy3-tkinter
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Tue, 16 Jan 2024 09:26:10 +0100 |
| parents | x11-toolkits/pypy2-tkinter/Makefile@f37c9c21308e |
| children |
comparison
equal
deleted
inserted
replaced
| 186:f37c9c21308e | 187:89f5beae0a3f |
|---|---|
| 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/pypy3/Makefile.cffi.inc" | |
| 18 .include <bsd.port.post.mk> |
