04b39f4e75
- Take maintainership Approved by: tg (previous maintainer)
31 lines
753 B
Makefile
31 lines
753 B
Makefile
# New ports collection makefile for: py-Tkinter
|
|
# Date created: 12 Jan 1999
|
|
# Whom: Thomas Gellekum <tg@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= tkinter
|
|
PORTVERSION= ${PYTHON_PORTVERSION}
|
|
PORTREVISION= 1
|
|
CATEGORIES= x11-toolkits python
|
|
MASTER_SITES= ${MASTER_SITE_PYTHON}
|
|
MASTER_SITE_SUBDIR= ftp/python/${PORTVERSION}
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTFILES= ${PYTHON_DISTFILE}
|
|
|
|
MAINTAINER= perky@FreeBSD.org
|
|
COMMENT= Python bindings to the Tk widget set
|
|
|
|
LIB_DEPENDS= tk84.1:${PORTSDIR}/x11-toolkits/tk84
|
|
|
|
DIST_SUBDIR= python
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS=yes
|
|
WRKSRC= ${PYTHON_WRKSRC}/Modules
|
|
MD5_FILE= ${PORTSDIR}/lang/python/distinfo
|
|
|
|
post-extract:
|
|
@${CP} ${FILESDIR}/setup.py ${WRKSRC}
|
|
|
|
.include <bsd.port.mk>
|