mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
03f189ed5b
on current issue. gotta back it out sooner or later. /me puts on pointy hat Requested by: many
25 lines
566 B
Makefile
25 lines
566 B
Makefile
# 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
|
|
MASTER_SITES= http://www.goebel-consult.de/decompyle/
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/beta/g}
|
|
|
|
MAINTAINER= perky@fallin.lv
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
PLIST_SUB= PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR:S,${LOCALBASE}/,,g}
|
|
|
|
post-patch:
|
|
${PERL} -pi -e 's,/usr/bin/env python2,${PYTHON_CMD},' \
|
|
${WRKSRC}/scripts/decompyle
|
|
|
|
.include <bsd.port.mk>
|