22 lines
623 B
Makefile
22 lines
623 B
Makefile
# $NetBSD: Makefile,v 1.5 2005/04/11 21:46:30 tv 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
|
|
|
|
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"
|