mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
0b055d47f2
- Switch to C++14 for libboost_system to support C++14 consumers Changes: http://www.boost.org/users/history/version_1_68_0.html PR: 229569 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D16165
29 lines
557 B
Makefile
29 lines
557 B
Makefile
# Created by: Pedro Giffuni
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libarea
|
|
PORTVERSION= 20160313
|
|
PORTREVISION= 8
|
|
CATEGORIES= devel cad
|
|
|
|
MAINTAINER= pfg@FreeBSD.org
|
|
COMMENT= CAM-related software for profile and pocketing operations
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
LIB_DEPENDS= ${PY_BOOST}
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= Heeks
|
|
GH_TAGNAME= f1986ac
|
|
|
|
USES= cmake:outsource python
|
|
USE_LDCONFIG= yes
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} 's,COMMAND python ,COMMAND ${PYTHON_CMD} , ; \
|
|
s,COMMAND python-config ,COMMAND ${PYTHON_CMD}-config ,' \
|
|
${WRKSRC}/CMakeLists.txt
|
|
|
|
.include <bsd.port.mk>
|