2006-08-31 20:50:03 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= liborigin
|
2013-07-19 18:32:15 +02:00
|
|
|
PORTVERSION= 2.0.0
|
2018-08-09 08:58:30 +02:00
|
|
|
PORTREVISION= 8
|
2013-07-19 18:32:15 +02:00
|
|
|
PORTEPOCH= 1
|
2006-08-31 20:50:03 +02:00
|
|
|
CATEGORIES= math
|
2013-07-19 18:32:15 +02:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/2.0
|
2006-08-31 20:50:03 +02:00
|
|
|
|
2016-10-20 17:58:12 +02:00
|
|
|
MAINTAINER= ports@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
|
|
|
|
|
2016-04-01 16:16:16 +02:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/boost/algorithm/string.hpp:devel/boost-libs
|
2007-09-24 01:21:46 +02:00
|
|
|
|
2013-07-19 18:32:15 +02:00
|
|
|
CONFLICTS_INSTALL= labplot-2.*
|
2006-08-31 20:50:03 +02:00
|
|
|
|
2013-07-19 18:32:15 +02:00
|
|
|
USES= cmake:outsource
|
2006-08-31 20:50:03 +02:00
|
|
|
USE_LDCONFIG= yes
|
2013-07-19 18:32:15 +02:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
2007-09-24 01:21:46 +02:00
|
|
|
|
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
|
2013-07-19 18:32:15 +02:00
|
|
|
|
2015-08-25 12:03:08 +02:00
|
|
|
post-patch-DOXYGEN-off:
|
2017-07-05 12:32:13 +02:00
|
|
|
@${REINPLACE_CMD} -e '/find_package(Doxygen)/d' ${WRKSRC}/CMakeLists.txt
|
2006-08-31 20:50:03 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|