freebsd-ports/net/py-rt/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

37 lines
806 B
Makefile

# ex:ts=8
# Ports collection makefile for: py-rt
# Date created: Jun 14, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= rt
PORTVERSION= 2.5
CATEGORIES= net python
MASTER_SITES= http://www.sprintlabs.com/Department/IP-Interworking/Routing/PyRT/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= pyrt-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
USE_PYTHON= yes
USE_REINPLACE= yes
NO_WRKSUBDIR= yes
NO_BUILD= yes
DOCSDIR= ${PREFIX}/share/doc/py-rt
post-patch:
.for file in bgp.py isis.py
@${REINPLACE_CMD} -e "s/python2/python/g" ${WRKSRC}/${file}
.endfor
do-install:
${MKDIR} ${PYTHON_SITELIBDIR}/rt
(cd ${WRKSRC} ; ${INSTALL_SCRIPT} *.py ${PYTHON_SITELIBDIR}/rt)
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
(cd ${WRKSRC} ; ${INSTALL_SCRIPT} README* ${DOCSDIR})
.endif
.include <bsd.port.mk>