1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/devel/pythontidy/Makefile
Gabor Kovesdan 42542fb076 - Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more.

Sponsored by:	Google Summer of Code 2007
Approved by:	portmgr (pav)
2007-08-04 11:41:30 +00:00

36 lines
817 B
Makefile

# New ports collection makefile for: pythontidy
# Date created: Jan. 16 ,2007
# Whom: Li-Wen Hsu <lwhsu@lwhsu.org>
#
# $FreeBSD$
#
PORTNAME= pythontidy
PORTVERSION= 1.11
CATEGORIES= devel python
MASTER_SITES= http://www.lacusveris.com/PythonTidy/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= PythonTidy-${PORTVERSION}.python
EXTRACT_SUFX= #
DIST_SUBDIR= python
MAINTAINER= lwhsu@FreeBSD.org
COMMENT= Cleans up, regularizes, and reformats the text of Python scripts
USE_PYTHON= yes
NO_BUILD= yes
PLIST_FILES= bin/pythontidy
do-extract:
@${MKDIR} ${WRKDIR}
@${CP} ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} ${WRKDIR}
do-patch:
${REINPLACE_CMD} -e s,/usr/bin/python,${PYTHON_CMD}, ${WRKDIR}/${DISTFILES}
do-install:
${INSTALL_SCRIPT} ${WRKDIR}/${DISTFILES} ${PREFIX}/bin/pythontidy
.include <bsd.port.mk>