freebsd-ports/news/pyne/Makefile
Mario Sergio Fujikawa Ferreira f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00

25 lines
504 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 mail
MASTER_SITES= http://www.yikesstation.freeserve.co.uk/pyne/
MAINTAINER= ports@FreeBSD.org
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-1.2/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>