1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/math/blitz++/Makefile
Tijl Coosemans 323dfa7d83 Remove libtiff.so.4 compatibility links that were added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 16:07:33 +00:00

41 lines
969 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= blitz++
PORTVERSION= 0.9
PORTREVISION= 9
CATEGORIES= math
MASTER_SITES= SF/blitz/blitz/Blitz%2B%2B%20${PORTVERSION}
DISTNAME= blitz-${PORTVERSION}
MAINTAINER= ports@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:print/texinfo \
texi2html: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>