1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
# Created by: David Naylor <dbn@FreeBSD.org> # $FreeBSD$ PORTNAME= tkinter PORTVERSION= ${PYTHON_PORTVERSION} 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>