pkgsrc-wip/ta-lib/Makefile
Kamel Ibn Aziz Derouiche 8254877287 Import ta-lib-0.4.0 as wip/ta-lib.
The ta-lib provides common functions for the technical analysis of
financial market data. Widely used by trading software developers
working with Excel, .NET, Java, Perl, Python or C/C++.

More than 150 technical analysis indicators such as ADX, MACD, RSI,
Stochastic, Bollinger Bands. Includes candlestick pattern recognition.
Optional abstract API allowing your code to adapt automatically when new
functions are added!
2009-03-28 10:49:28 +00:00

21 lines
485 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2009/03/28 10:49:28 jihbed Exp $
#
DISTNAME= ta-lib-0.4.0-src
PKGNAME= ${DISTNAME:S/-src//}
CATEGORIES= finance
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ta-lib/}
MAINTAINER= kamel.derouiche@gmail.com
HOMEPAGE= http://www.ta-lib.org/
COMMENT= Unix POSIX Library for Technical Analysis
PKG_DESTDIR_SUPPORT= user-destdir
WRKSRC= ${WRKDIR}/ta-lib
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= gmake
USE_LANGUAGES= c c++
.include "../../mk/bsd.pkg.mk"