2013-09-20 22:55:04 +02:00
|
|
|
# Created by: rossiya
|
2006-10-07 22:43:52 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= ltl
|
2009-09-19 21:37:57 +02:00
|
|
|
PORTVERSION= 1.9.1
|
2014-09-10 22:50:31 +02:00
|
|
|
PORTREVISION= 4
|
2006-10-07 22:43:52 +02:00
|
|
|
CATEGORIES= math
|
|
|
|
MASTER_SITES= http://www.mpe.mpg.de/~drory/ltl/
|
|
|
|
|
|
|
|
MAINTAINER= rossiya@gmail.com
|
2014-07-07 17:31:01 +02:00
|
|
|
COMMENT= C++ class SSE library for scientific computing
|
2006-10-07 22:43:52 +02:00
|
|
|
|
2014-06-19 09:01:23 +02:00
|
|
|
LIB_DEPENDS= liblapack.so:${PORTSDIR}/math/lapack \
|
|
|
|
libblas.so:${PORTSDIR}/math/blas
|
2009-09-30 16:16:26 +02:00
|
|
|
|
2014-06-19 09:01:23 +02:00
|
|
|
USES= gmake libtool
|
2006-10-07 22:43:52 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS= --with-cxx=gcc --disable-doxygen --prefix=${PREFIX} --includedir=${PREFIX}/include/LTL
|
2007-08-04 13:41:30 +02:00
|
|
|
MAKE_ENV= prefix=${PREFIX} exec_prefix=${PREFIX}
|
2006-10-07 22:43:52 +02:00
|
|
|
MAKE_ARGS+= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
|
|
|
|
AUTOHEADER="${TRUE}"
|
2009-09-30 16:16:26 +02:00
|
|
|
INSTALL_TARGET= install install-data distdir
|
2006-10-07 22:43:52 +02:00
|
|
|
|
2009-09-19 21:37:57 +02:00
|
|
|
PORTDOCS= *.html
|
2006-10-07 22:43:52 +02:00
|
|
|
|
2014-07-04 02:52:39 +02:00
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
|
2006-10-07 22:43:52 +02:00
|
|
|
post-install:
|
2014-06-19 09:01:23 +02:00
|
|
|
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
2009-09-19 21:37:57 +02:00
|
|
|
.for docs in ${PORTDOCS}
|
2014-06-19 09:01:23 +02:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/doc/html/${docs} ${STAGEDIR}${DOCSDIR}
|
2009-09-19 21:37:57 +02:00
|
|
|
.endfor
|
2006-10-07 22:43:52 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|