freebsd-ports/devel/py-ro/Makefile
Kevin Lo 76089bcc18 Update to 2.8
PR: 38357
Submitted by: MAINTAINER
2002-05-21 02:49:56 +00:00

36 lines
732 B
Makefile

# ex:ts=8
# Ports collection makefile for: py-ro
# Date created: Mar 22, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= ro
PORTVERSION= 2.8
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= pyro
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= Pyro-${PORTVERSION}
MAINTAINER= perky@fallin.lv
USE_PYTHON= yes
USE_PYDISTUTILS= yes
DOCSDIR= ${PREFIX}/share/doc/py-ro
EXAMPLESDIR= ${PREFIX}/share/examples/py-ro
post-extract:
@${FIND} ${WRKSRC}/examples -name '*.pyc' -exec ${RM} -f {} \;
.if !defined(NOPORTDOCS)
post-install:
@${MKDIR} ${DOCSDIR}
${CP} -R ${WRKSRC}/docs/ ${DOCSDIR}
@${MKDIR} ${EXAMPLESDIR}
${CP} -R ${WRKSRC}/examples/ ${EXAMPLESDIR}
.endif
.include <bsd.port.mk>