![]() ![]() | ![]() |
File: [cvs.NetBSD.org] / pkgsrc / math / meschach / Makefile (download)
Revision 1.13, Sat Mar 4 21:30:04 2006 UTC (17 years, 9 months ago) by jlam
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. |
# $NetBSD: Makefile,v 1.13 2006/03/04 21:30:04 jlam Exp $ DISTNAME= mesch12b PKGNAME= meschach-1.2b CATEGORIES= math MASTER_SITES= http://www.math.uiowa.edu/~dstewart/meschach/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.math.uiowa.edu/~dstewart/meschach/ COMMENT= Library of C Routines for Matrix Computations WRKSRC= ${WRKDIR} GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-all MAKEFILE= makefile pre-patch: ${CP} ${FILESDIR}/makefile.in ${WRKSRC} post-patch: ${SED} -e 's:@PREFIX@:'${PREFIX}':g' ${FILESDIR}/makefile.test \ > ${WRKSRC}/Makefile post-install: ${INSTALL_DATA_DIR} ${PREFIX}/include/meschach cd ${WRKSRC} && ${INSTALL_DATA} err.h machine.h matlab.h \ matrix.h meminfo.h sparse.h zmatrix.h iter.h matrix2.h \ oldnames.h sparse2.h zmatrix2.h ${PREFIX}/include/meschach/ ${INSTALL_DATA_DIR} ${PREFIX}/share/meschach ${INSTALL_DATA_DIR} ${PREFIX}/share/meschach/tests cd ${WRKSRC} && ${INSTALL_DATA} torture.c sptort.c ztorture.c \ memtort.c itertort.c mfuntort.c iotort.c \ ${PREFIX}/share/meschach/tests/ ${INSTALL_DATA} ${WRKSRC}/Makefile ${PREFIX}/share/meschach/tests cd ${WRKSRC} && ${INSTALL_DATA} README ./DOC/* \ ${PREFIX}/share/meschach/ ${INSTALL_DATA} ${WRKSRC}/copyright ${PREFIX}/share/meschach cd ${WRKSRC} && ${INSTALL_DATA} tutadv.c tutorial.c \ ${PREFIX}/share/meschach/ .include "../../mk/bsd.pkg.mk"