2007-09-06 14:11:37 +02:00
|
|
|
# New ports collection makefile for: ta-lib
|
|
|
|
# Date created: Sun Jun 24 16:07:37 UTC 2007
|
|
|
|
# Whom: Balwinder S "bsd" Dheeman <bsd@rubyforge.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= ta-lib
|
2007-12-15 18:38:40 +01:00
|
|
|
PORTVERSION= 0.4.0
|
|
|
|
CATEGORIES= devel finance
|
|
|
|
MASTER_SITES= SF
|
2007-09-06 14:11:37 +02:00
|
|
|
DISTNAME= ${PORTNAME}-${DISTVERSION}-src
|
|
|
|
|
2007-10-15 17:44:44 +02:00
|
|
|
MAINTAINER= bdheeman@gmail.com
|
2007-09-06 14:11:37 +02:00
|
|
|
COMMENT= A UNIX, POSIX Library for Technical Analysis
|
|
|
|
|
2007-12-15 18:38:40 +01:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
2007-09-06 14:11:37 +02:00
|
|
|
|
|
|
|
USE_GMAKE= yes
|
2009-08-02 21:36:34 +02:00
|
|
|
USE_AUTOTOOLS= libtool:22
|
2007-09-06 14:11:37 +02:00
|
|
|
USE_LDCONFIG= yes
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
|
|
|
|
's|^LIBTOOL[ ]*=.*|LIBTOOL=${LIBTOOL}|g'
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|