ports/math/liborigin/Makefile
Jan Beich 98eb11b2f0 devel/boost-*: update to 1.65.1
Changes:	http://www.boost.org/users/history/version_1_65_1.html
PR:		218835
Approved by:	maintainer timeout (1.65.1: 2 weeks; 1.65.0: 1 month)
Tested by:	jhibbits (on powerpc64, earlier version)
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D11582
2017-09-25 00:08:16 +00:00

32 lines
688 B
Makefile

# $FreeBSD$
PORTNAME= liborigin
PORTVERSION= 2.0.0
PORTREVISION= 5
PORTEPOCH= 1
CATEGORIES= math
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/2.0
MAINTAINER= ports@FreeBSD.org
COMMENT= Library and utility for reading OriginLab project files
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING # GPLv3
BUILD_DEPENDS= ${LOCALBASE}/include/boost/algorithm/string.hpp:devel/boost-libs
CONFLICTS_INSTALL= labplot-2.*
USES= cmake:outsource
USE_LDCONFIG= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
PORTDOCS= *
OPTIONS_DEFINE= DOXYGEN
DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen
post-patch-DOXYGEN-off:
@${REINPLACE_CMD} -e '/find_package(Doxygen)/d' ${WRKSRC}/CMakeLists.txt
.include <bsd.port.mk>