blob: c797a7467c58c8ef6eab24b98a16f17d95edda72 (
plain) (
blame)
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
28
|
# 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:15
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_LDCONFIG= yes
post-patch:
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
's|^LIBTOOL[ ]*=.*|LIBTOOL=${LIBTOOL}|g'
.include <bsd.port.mk>
|