comparison Makefile @ 175:aa5cc7975f91

MERGE: all files from origin
author Franz Glasner <fzglas.hg@dom66.de>
date Thu, 06 Oct 2022 20:55:36 +0200
parents 6c73a827df9a
children a31eec33ff49
comparison
equal deleted inserted replaced
173:2da75ae4c357 175:aa5cc7975f91
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>