9b21a3a084
Changes: http://www.boost.org/users/history/version_1_70_0.html PR: 235956 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D19303
28 lines
548 B
Makefile
28 lines
548 B
Makefile
# Created by: Pedro Giffuni
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libarea
|
|
PORTVERSION= 20160313
|
|
PORTREVISION= 11
|
|
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 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>
|