2006-08-31 20:50:03 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= liborigin
|
2018-11-28 13:46:46 +01:00
|
|
|
PORTVERSION= 3.0.0
|
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
2019-07-26 22:46:53 +02:00
|
|
|
PORTREVISION= 2
|
2013-07-19 18:32:15 +02:00
|
|
|
PORTEPOCH= 1
|
2006-08-31 20:50:03 +02:00
|
|
|
CATEGORIES= math
|
2018-11-28 13:46:46 +01:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/3.0
|
2006-08-31 20:50:03 +02:00
|
|
|
|
2018-11-28 13:46:46 +01:00
|
|
|
MAINTAINER= makc@FreeBSD.org
|
2013-07-19 18:32:15 +02:00
|
|
|
COMMENT= Library and utility for reading OriginLab project files
|
2006-08-31 20:50:03 +02:00
|
|
|
|
2017-07-05 12:32:13 +02:00
|
|
|
LICENSE= GPLv2+
|
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING # GPLv3
|
|
|
|
|
2018-12-25 21:25:39 +01:00
|
|
|
USES= compiler:c++11-lang cmake pathfix
|
2007-09-24 01:21:46 +02:00
|
|
|
|
2018-11-28 13:46:46 +01:00
|
|
|
CMAKE_ARGS= -DLIB_SUFFIX=""
|
2006-08-31 20:50:03 +02:00
|
|
|
USE_LDCONFIG= yes
|
2013-07-19 18:32:15 +02:00
|
|
|
PORTDOCS= *
|
|
|
|
|
2018-09-10 15:14:50 +02:00
|
|
|
OPTIONS_DEFINE= DOXYGEN DOCS
|
|
|
|
|
|
|
|
DOXYGEN_IMPLIES= DOCS
|
2016-04-01 16:16:16 +02:00
|
|
|
DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen
|
2018-11-28 13:46:46 +01:00
|
|
|
DOXYGEN_CMAKE_OFF= -DCMAKE_DISABLE_FIND_PACKAGE_Doxygen=ON
|
2013-07-19 18:32:15 +02:00
|
|
|
|
2018-11-28 13:46:46 +01:00
|
|
|
post-patch:
|
|
|
|
${REINPLACE_CMD} -e 's,lib$${LIB_SUFFIX}/pkgconfig,libdata/pkgconfig,' \
|
|
|
|
${WRKSRC}/CMakeLists.txt
|
2006-08-31 20:50:03 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|