summaryrefslogblamecommitdiff
path: root/news/pyne/Makefile
blob: ae0eaea2ebbd33e66dad798a3d6023296ae0bfe8 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
















                                                                           
                   



                   
                                                                     

                      
# 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>