summaryrefslogtreecommitdiff
path: root/math/itpp/Makefile
diff options
context:
space:
mode:
authoragc <agc>2010-03-16 21:22:13 +0000
committeragc <agc>2010-03-16 21:22:13 +0000
commit65c108ac4497e70d0909b2f1de7318048991e613 (patch)
treefc587e40cdc0d4966e5cfd1851c529b9565bc501 /math/itpp/Makefile
parent8a435f3f55e908b9441c19e11eacf8adf3ffc1f7 (diff)
downloadpkgsrc-65c108ac4497e70d0909b2f1de7318048991e613.tar.gz
initial import of itpp-4.0.7 into the packages collection
C++ library of mathematical, signal processing and communication routines Its main use is in simulation of communication systems and for performing research in the area of communications. The kernel of the library consists of generic vector and matrix classes, and a set of accompanying routines. Such a kernel makes IT++ similar to MATLAB or GNU Octave.
Diffstat (limited to 'math/itpp/Makefile')
-rw-r--r--math/itpp/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/math/itpp/Makefile b/math/itpp/Makefile
new file mode 100644
index 00000000000..df7e833f687
--- /dev/null
+++ b/math/itpp/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/03/16 21:22:13 agc Exp $
+
+DISTNAME= itpp-4.0.7
+CATEGORIES= math
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=itpp/}
+
+MAINTAINER= agc@NetBSD.org
+HOMEPAGE= http://sourceforge.net/apps/wordpress/itpp/
+COMMENT= Library of mathematical, signal processing and communication routines
+LICENSE= gnu-gpl-v2
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+USE_TOOLS= gmake
+PKG_DESTDIR_SUPPORT= user-destdir
+
+USE_LANGUAGES+= c c++ fortran
+
+.include "../../math/blas/buildlink3.mk"
+.include "../../math/fftw/buildlink3.mk"
+.include "../../math/lapack/buildlink3.mk"
+
+.include "../../mk/bsd.pkg.mk"