summaryrefslogtreecommitdiffstats
path: root/math/blitz++/Makefile
blob: 78291b160eea4af7814933930dc65b0287bdabc1 (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
28
29
30
31
32
33
34
35
36
37
38
39
40
# Created by: ijliao
# $FreeBSD$

PORTNAME=	blitz++
PORTVERSION=	0.9
PORTREVISION=	8
CATEGORIES=	math
MASTER_SITES=	SF/blitz/blitz/Blitz%2B%2B%20${PORTVERSION}
DISTNAME=	blitz-${PORTVERSION}

MAINTAINER=	bf@FreeBSD.org
COMMENT=	C++ class library for scientific computing

OPTIONS_DEFINE=	DOCS

DOCS_USE=	TEX=dvipsk,formats
DOCS_USES=	makeinfo
DOCS_INFO=	blitz
DOCS_BUILD_DEPENDS=	texi2dvi:${PORTSDIR}/print/texinfo \
			texi2html:${PORTSDIR}/textproc/texi2html
DOCS_MAKE_ARGS_OFF=	NOPORTDOCS=yes

GNU_CONFIGURE=	yes
USES=	libtool pathfix gmake
CONFIGURE_ARGS=	--with-cxx=gcc --disable-doxygen --enable-shared
MAKE_ARGS+=	ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
		AUTOHEADER="${TRUE}"
MAKE_JOBS_UNSAFE=	yes
INSTALL_TARGET=	install-strip

DOCSDIR=	${PREFIX}/share/doc/blitz

USE_LDCONFIG=	yes

post-patch:
	@${REINPLACE_CMD} -e 's|g++|\$${CXX}|g ; \
		 s|"-ftemplate-depth-30|"\$${CXXFLAGS} -ftemplate-depth-30|g ; \
		 s|-O2||g' ${WRKSRC}/configure

.include <bsd.port.mk>
OpenPOWER on IntegriCloud