freebsd-ports/math/blitz++/Makefile
Ying-Chieh Liao 318b021265 add blitz++ 0.6
A C++ class library for scientific computing
2002-10-10 10:26:55 +00:00

30 lines
684 B
Makefile

# ex:ts=8
# Ports collection makefile for: blitz++
# Date created: Jul 25, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= blitz++
PORTVERSION= 0.6
CATEGORIES= math
MASTER_SITES= http://www.oonumerics.org/blitz/download/releases/
DISTNAME= blitz-${PORTVERSION:S/b/beta/}
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= blas:${PORTSDIR}/math/blas
USE_REINPLACE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= LDFLAGS="-lg2c"
CONFIGURE_ARGS= --with-cxx=gcc --with-blas=${LOCALBASE}/lib \
--enable-optimize --disable-debug
USE_GMAKE= yes
post-patch:
@${FIND} ${WRKSRC}/manual -name "Makefile.in" | ${XARGS} \
${REINPLACE_CMD} -e "s,[$$][(]prefix[)],\$$(datadir),"
.include <bsd.port.mk>