2002-03-06 18:12:31 +01:00
|
|
|
# New ports collection makefile for: decompyle
|
|
|
|
# Date created: 7 March 2002
|
|
|
|
# Whom: Hye-Shik Chang <perky@fallin.lv>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= decompyle
|
|
|
|
PORTVERSION= 2.2.b1
|
|
|
|
CATEGORIES= devel python
|
2003-07-25 03:14:02 +02:00
|
|
|
MASTER_SITES= http://www.crazy-compilers.com/decompyle/
|
2002-03-06 18:12:31 +01:00
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/beta/g}
|
|
|
|
|
2002-06-25 09:50:58 +02:00
|
|
|
MAINTAINER= perky@FreeBSD.org
|
2003-02-25 07:25:35 +01:00
|
|
|
COMMENT= Python byte-code decompiler
|
2002-03-06 18:12:31 +01:00
|
|
|
|
|
|
|
USE_PYTHON= yes
|
2002-04-29 16:01:09 +02:00
|
|
|
USE_PYDISTUTILS= yes
|
2002-06-25 21:19:54 +02:00
|
|
|
USE_REINPLACE= yes
|
2002-03-06 18:12:31 +01:00
|
|
|
|
|
|
|
post-patch:
|
2002-06-25 21:19:54 +02:00
|
|
|
${REINPLACE_CMD} -e 's,/usr/bin/env python2,${PYTHON_CMD},' \
|
2002-03-06 18:12:31 +01:00
|
|
|
${WRKSRC}/scripts/decompyle
|
|
|
|
|
2002-05-24 00:22:19 +02:00
|
|
|
.include <bsd.port.mk>
|