pkgsrc-wip/tvmet/Makefile
Kamel Ibn Aziz Derouiche 47a3b35a1b Import tvmet-1.7.2 as wip/tvmet.
This Tiny Vector and Matrix template library uses Meta and Expression
Templates to evaluate results at compile time, thus making it fast for
low-end systems. Temporaries are avoided because of this. The dimensions
are static and bounded at compile time.
2010-09-02 12:15:12 +00:00

19 lines
489 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2010/09/02 12:15:12 jihbed Exp $
#
DISTNAME= tvmet-1.7.2
CATEGORIES= math
MASTER_SITES= http://garr.dl.sourceforge.net/project/tvmet/Tar.Gz_Bz2%20Archive/1.7.2/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= jihbed.research@gmail.com
HOMEPAGE= http://tvmet.sourceforge.net/
COMMENT= Tiny Vector and Matrix template library
#LICENSE= # TODO: (see mk/license.mk)
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_LANGUAGES= c c++
.include "../../mk/bsd.pkg.mk"