Mercurial > hgrepos > FreeBSD > ports > PyPy
changeset 175:aa5cc7975f91
MERGE: all files from origin
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Thu, 06 Oct 2022 20:55:36 +0200 |
| parents | 2da75ae4c357 (current diff) 6c73a827df9a (diff) |
| children | a31eec33ff49 |
| files | |
| diffstat | 2 files changed, 17 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Makefile Thu Oct 06 20:55:36 2022 +0200 @@ -0,0 +1,16 @@ +# Created by: David Naylor <dbn@FreeBSD.org> +# $FreeBSD: head/x11-toolkits/pypy-tkinter/Makefile 457998 2018-01-03 18:42:15Z dbn $ + +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.mk>
