summaryrefslogtreecommitdiff
path: root/devel/ta-lib/Makefile
blob: 36ab199240f11639132b9471eb945e0f9dbaaa5f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# 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
PORTVERSION=	0.4.0
CATEGORIES=	devel finance
MASTER_SITES=	SF
DISTNAME=	${PORTNAME}-${DISTVERSION}-src

MAINTAINER=	bdheeman@gmail.com
COMMENT=	A UNIX, POSIX Library for Technical Analysis

WRKSRC=		${WRKDIR}/${PORTNAME}

USE_GMAKE=	yes
USE_AUTOTOOLS=	libtool
USE_LDCONFIG=	yes

post-patch:
	@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
		's|^LIBTOOL[ ]*=.*|LIBTOOL=${LIBTOOL}|g'

.include <bsd.port.mk>