diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2008-12-19 21:12:36 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2008-12-19 21:12:36 +0000 |
commit | 616aaf4b1fc83a87f7a49e0e81e8f7c9db6dbcad (patch) | |
tree | eca5ff8ef89030731d682a14daebcc8cbd2245ac /math/rpy2/Makefile | |
parent | 856c5bf9f133ae5d553d972d5a940586d3f56048 (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_7_1_0'.release/7.1.0
Notes
Notes:
svn path=/head/; revision=224474
svn path=/tags/RELEASE_7_1_0/; revision=224475; tag=release/7.1.0
Diffstat (limited to 'math/rpy2/Makefile')
-rw-r--r-- | math/rpy2/Makefile | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/math/rpy2/Makefile b/math/rpy2/Makefile deleted file mode 100644 index d636d955081a..000000000000 --- a/math/rpy2/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# ex:ts=8 -# Ports collection makefile for: rpy -# Date created: Jan 14, 2003 -# Whom: ijliao -# -# $FreeBSD$ -# - -PORTNAME= rpy -PORTVERSION= 1.0.3 -PORTREVISION= 3 -CATEGORIES= math -MASTER_SITES= SF - -MAINTAINER= wenheping@gmail.com -COMMENT= Python interface to the R Programming Language - -BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/numpy:${PORTSDIR}/math/py-numpy \ - R:${PORTSDIR}/math/R -RUN_DEPENDS= ${BUILD_DEPENDS} - -USE_PYTHON= yes -USE_PYDISTUTILS= yes -MAKE_ENV= LDFLAGS="-L${LOCALBASE}/lib/R/modules -L${LOCALBASE}/lib/R/lib" - -BROKEN= Does not compile - -post-patch: - @${REINPLACE_CMD} -e 's,^statichere ,,' ${WRKSRC}/src/rpymodule.c - @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/setup.py - -.include <bsd.port.mk> |