1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/math/blitz++/Makefile
Jimmy Olgeni 168f57451a Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category M.

CR:		D306
Approved by:	portmgr (bapt)
2014-07-07 15:31:01 +00:00

40 lines
892 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= blitz++
PORTVERSION= 0.9
PORTREVISION= 7
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
.ifndef NOPORTDOCS
BUILD_DEPENDS= dvips:${PORTSDIR}/print/dvipsk-tetex \
texi2dvi:${PORTSDIR}/print/texinfo
INFO= blitz
.else
MAKE_ARGS= NOPORTDOCS=yes
.endif
USE_AUTOTOOLS= libtool
USES= pathfix gmake
CONFIGURE_ARGS= --with-cxx=gcc --disable-doxygen
MAKE_ARGS+= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
AUTOHEADER="${TRUE}"
MAKE_JOBS_UNSAFE= yes
DOCSDIR= ${PREFIX}/share/doc/blitz
USE_LDCONFIG= yes
NO_STAGE= 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>