pkgsrc/math/mtl/Makefile
jschauma e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00

23 lines
650 B
Makefile

# $NetBSD: Makefile,v 1.2 2003/06/02 01:18:29 jschauma Exp $
DISTNAME= mtl-2.1.2-21
CATEGORIES= math devel
MASTER_SITES= http://www.osl.iu.edu/download/research/mtl/
MAINTAINER= tech-pkg@netbsd.org
HOMEPAGE= http://www.osl.iu.edu/research/mtl/
COMMENT= Matrix Template Library
USE_BUILDLINK2= yes
GNU_CONFIGURE= yes
NO_BUILD= yes
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/mtl
${INSTALL_DATA} ${WRKSRC}/contrib/examples/*.cc \
${PREFIX}/share/examples/mtl
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/mtl
cd ${WRKSRC} && ${INSTALL_DATA} INSTALL LICENSE README \
${PREFIX}/share/doc/mtl
.include "../../mk/bsd.pkg.mk"