1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/devel/ta-lib/Makefile
2010-12-04 07:34:27 +00:00

28 lines
611 B
Makefile

# 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>