2006-08-31 20:50:03 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= liborigin
|
2013-07-19 18:32:15 +02:00
|
|
|
PORTVERSION= 2.0.0
|
|
|
|
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
|
|
|
|
2009-02-21 12:31:28 +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
|
|
|
|
2013-07-19 18:32:15 +02:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/boost/algorithm/string.hpp:${PORTSDIR}/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= *
|
|
|
|
|
|
|
|
OPTIONS_DEFINE= DOXYGEN
|
|
|
|
DOXYGEN_BUILD_DEPENDS= doxygen:${PORTSDIR}/devel/doxygen
|
|
|
|
|
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
|
|
|
|
.if ! ${PORT_OPTIONS:MDOXYGEN}
|
2007-09-24 01:21:46 +02:00
|
|
|
post-patch:
|
2013-07-19 18:32:15 +02:00
|
|
|
${REINPLACE_CMD} -e '/find_package(Doxygen)/d' ${WRKSRC}/CMakeLists.txt
|
|
|
|
.endif
|
2006-08-31 20:50:03 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|