1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00
freebsd-ports/news/pyne/Makefile
Ying-Chieh Liao 038aa61ae2 Replace ${PERL} with ${REINPLACE_CMD}
PR:		39675
Submitted by:	Oliver Braun <obraun@informatik.unibw-muenchen.de>
2002-06-23 06:09:20 +00:00

26 lines
491 B
Makefile

# ex:ts=8
# New ports collection makefile for: pyne
# Date created: Dec 10, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= pyne
PORTVERSION= 0.6.7
CATEGORIES= news python
MASTER_SITES= http://www.yikesstation.freeserve.co.uk/pyne/
MAINTAINER= ports@FreeBSD.org
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/GTK.py:${PORTSDIR}/x11-toolkits/py-gtk
USE_REINPLACE= yes
USE_PYTHON= yes
NO_BUILD= yes
post-patch:
@${REINPLACE_CMD} -e "s,^PREFIX,#PREFIX,g" ${WRKSRC}/Makefile
.include <bsd.port.mk>