freebsd-ports/news/pyne/Makefile
Ying-Chieh Liao aa5a1fb40d add pyne
An X11 offline Newsreader/Emailer
2001-12-11 03:41:58 +00:00

24 lines
467 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_PYTHON= yes
NO_BUILD= yes
post-patch:
@${PERL} -pi -e "s,^PREFIX,#PREFIX,g" ${WRKSRC}/Makefile
.include <bsd.port.mk>