Mercurial > hgrepos > FreeBSD > ports > PyPy
diff Makefile @ 174:6c73a827df9a origin
ADD: the latest easily available ports files for x11-toolkits/pypy-tkinter
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Thu, 06 Oct 2022 20:55:03 +0200 |
| parents | |
| children | a31eec33ff49 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Makefile Thu Oct 06 20:55:03 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>
