2017-08-16 22:21:03 +02:00
|
|
|
# $NetBSD: Makefile,v 1.5 2017/08/16 20:21:11 wiz Exp $
|
2010-03-16 22:22:13 +01:00
|
|
|
|
|
|
|
DISTNAME= itpp-4.0.7
|
|
|
|
CATEGORIES= math
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=itpp/}
|
|
|
|
|
|
|
|
MAINTAINER= agc@NetBSD.org
|
2017-08-16 22:21:03 +02:00
|
|
|
HOMEPAGE= https://sourceforge.net/projects/itpp/
|
2010-03-16 22:22:13 +01:00
|
|
|
COMMENT= Library of mathematical, signal processing and communication routines
|
|
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_LIBTOOL= yes
|
|
|
|
USE_TOOLS= gmake
|
|
|
|
|
2010-07-30 12:36:22 +02:00
|
|
|
USE_LANGUAGES+= c c++ fortran77
|
2010-03-16 22:22:13 +01:00
|
|
|
|
|
|
|
.include "../../math/blas/buildlink3.mk"
|
|
|
|
.include "../../math/fftw/buildlink3.mk"
|
|
|
|
.include "../../math/lapack/buildlink3.mk"
|
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|