freebsd-ports/devel/py-ro/Makefile

39 lines
852 B
Makefile
Raw Normal View History

2002-03-22 11:37:44 +01:00
# ex:ts=8
# Ports collection makefile for: py-ro
# Date created: Mar 22, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= ro
PORTVERSION= 3.4
2002-03-22 11:37:44 +01:00
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= pyro
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= Pyro-${PORTVERSION}
MAINTAINER= perky@FreeBSD.org
2003-02-25 07:25:35 +01:00
COMMENT= Python Remote Objects
2002-03-22 11:37:44 +01:00
USE_PYTHON= yes
2002-04-29 16:01:09 +02:00
USE_PYDISTUTILS= yes
2002-03-22 11:37:44 +01:00
2003-07-31 22:51:45 +02:00
DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
EXAMPLESDIR= ${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME}
2002-11-19 18:40:15 +01:00
post-patch:
${ECHO} -e 'install-scripts=${PREFIX}/bin\n' \
'\n[install-options]\nunattended=1' >> ${WRKSRC}/setup.cfg
2002-03-22 11:37:44 +01:00
.if !defined(NOPORTDOCS)
post-install:
@${MKDIR} ${DOCSDIR}
${CP} -R ${WRKSRC}/docs/ ${DOCSDIR}
@${MKDIR} ${EXAMPLESDIR}
${CP} -R ${WRKSRC}/examples/ ${EXAMPLESDIR}
.endif
.include <bsd.port.mk>