pkgsrc/math/py-Scientific-doc/Makefile
jlam 9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00

30 lines
955 B
Makefile

# $NetBSD: Makefile,v 1.6 2006/03/04 21:30:08 jlam Exp $
DISTNAME= ScientificPython-2.4.5
PKGNAME= py-${DISTNAME:S/Python/-doc/}
CATEGORIES= math python
MASTER_SITES= http://starship.python.net/crew/hinsen/ScientificPython/ \
http://dirac.cnrs-orleans.fr/programs/ScientificPython/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://starship.python.net/crew/hinsen/scientific.html
COMMENT= Python modules for scientific computing
CONFLICTS+= py-Scientific-*
NO_BUILD= yes
EGDIR= ${PREFIX}/share/examples/py-Scientific
DOCDIR= ${PREFIX}/share/doc/py-Scientific
HTMLDIR= ${PREFIX}/share/doc/html/py-Scientific
do-install:
${INSTALL_DATA_DIR} ${DOCDIR}
cd ${WRKSRC} && ${INSTALL_DATA} README LICENSE \
Doc/PDF/manual.pdf ${DOCDIR}
${INSTALL_DATA_DIR} ${HTMLDIR}
cd ${WRKSRC}/Doc/HTML && ${PAX} -rw -pp -pm . ${HTMLDIR}
${INSTALL_DATA_DIR} ${EGDIR}
cd ${WRKSRC}/Examples && ${PAX} -rw -pp -pm . ${EGDIR}
.include "../../mk/bsd.pkg.mk"