pkgsrc/math/py-rpy/Makefile
recht e914ab3288 hange extension.mk to also install optimized files for distutils packages.
Inspired by FreeBSD "ports".

Fix the PLISTs accordingly.
Also, while at it, remove now obsolete compileall.py calls in post-install
targets and insure that extension.mk is in included before builinlinks of
other Python modules.

Discussed with/ok'ed by drochner@.
2003-09-14 16:43:45 +00:00

19 lines
490 B
Makefile

# $NetBSD: Makefile,v 1.4 2003/09/14 16:43:51 recht Exp $
#
DISTNAME= rpy-0.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=rpy/}
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://rpy.sourceforge.net/
COMMENT= R interface for Python
USE_BUILDLINK2= YES
PYDISTUTILSPKG= yes
.include "../../lang/python/extension.mk"
.include "../../math/py-Numeric/buildlink2.mk"
.include "../../math/R/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"