[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / math / mtl

Annotation of pkgsrc/math/mtl/Makefile, Revision 1.8

1.8     ! wiz         1: # $NetBSD: Makefile,v 1.7 2006/07/11 00:19:20 joerg Exp $
1.1       jtb         2:
                      3: DISTNAME=              mtl-2.1.2-21
1.8     ! wiz         4: PKGNAME=               mtl-2.1.2.21
1.1       jtb         5: CATEGORIES=            math devel
                      6: MASTER_SITES=          http://www.osl.iu.edu/download/research/mtl/
                      7:
1.6       jlam        8: MAINTAINER=            pkgsrc-users@NetBSD.org
1.1       jtb         9: HOMEPAGE=              http://www.osl.iu.edu/research/mtl/
                     10: COMMENT=               Matrix Template Library
                     11:
                     12: GNU_CONFIGURE=         yes
                     13: NO_BUILD=              yes
                     14:
1.7       joerg      15: USE_LANGUAGES=         c c++
                     16:
1.1       jtb        17: post-install:
                     18:        ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/mtl
                     19:        ${INSTALL_DATA} ${WRKSRC}/contrib/examples/*.cc \
                     20:                ${PREFIX}/share/examples/mtl
                     21:        ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/mtl
                     22:        cd ${WRKSRC} && ${INSTALL_DATA} INSTALL LICENSE README  \
                     23:                ${PREFIX}/share/doc/mtl
                     24:
                     25: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>