comparison 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
comparison
equal deleted inserted replaced
-1:000000000000 174:6c73a827df9a
1 # Created by: David Naylor <dbn@FreeBSD.org>
2 # $FreeBSD: head/x11-toolkits/pypy-tkinter/Makefile 457998 2018-01-03 18:42:15Z dbn $
3
4 PORTNAME= tkinter
5 CATEGORIES= x11-toolkits python
6
7 MAINTAINER= python@FreeBSD.org
8 COMMENT= PyPy bindings to the Tk widget set
9
10 USES= tk
11
12 CFFI_MODULE= _tkinter/tklib
13 CFFI_NAME= tkffi
14
15 .include "${.CURDIR}/../../lang/pypy/bsd.pypy.cffi.mk"
16 .include <bsd.port.mk>