2001-12-11 04:41:58 +01:00
|
|
|
# ex:ts=8
|
|
|
|
# New ports collection makefile for: pyne
|
|
|
|
# Date created: Dec 10, 2001
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= pyne
|
|
|
|
PORTVERSION= 0.6.7
|
2002-07-14 23:55:57 +02:00
|
|
|
CATEGORIES= news python mail
|
2001-12-11 04:41:58 +01:00
|
|
|
MASTER_SITES= http://www.yikesstation.freeserve.co.uk/pyne/
|
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
|
2002-08-28 20:03:59 +02:00
|
|
|
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-1.2/GTK.py:${PORTSDIR}/x11-toolkits/py-gtk
|
2001-12-11 04:41:58 +01:00
|
|
|
|
2002-06-23 08:09:20 +02:00
|
|
|
USE_REINPLACE= yes
|
2001-12-11 04:41:58 +01:00
|
|
|
USE_PYTHON= yes
|
|
|
|
NO_BUILD= yes
|
|
|
|
|
|
|
|
post-patch:
|
2002-06-23 08:09:20 +02:00
|
|
|
@${REINPLACE_CMD} -e "s,^PREFIX,#PREFIX,g" ${WRKSRC}/Makefile
|
2001-12-11 04:41:58 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|