11 lines
203 B
Makefile
11 lines
203 B
Makefile
# Created by: Daichi GOTO <daichi@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
MASTERDIR= ${.CURDIR}/../py-tkinter
|
|
|
|
MAINTAINER= daichi@FreeBSD.org
|
|
|
|
PYTHON_VERSION= python3.1
|
|
|
|
NO_STAGE= yes
|
|
.include "${MASTERDIR}/Makefile"
|