Files
ports/devel/libarea/Makefile
T
Pedro F. Giffuni 3ad8281e6b devel/libarea: Update to 20191031
Minor upstream updates:
- Made an improvement to FitArcs
- Fix for CCurve::ChangeStart

Pet portlint and drop port maintainance.

Approved by:	thierry (menotr, implicit)
2020-12-15 03:19:04 +00:00

29 lines
534 B
Makefile

# Created by: Pedro Giffuni
# $FreeBSD$
PORTNAME= libarea
PORTVERSION= 20191031
CATEGORIES= devel cad
MAINTAINER= ports@FreeBSD.org
COMMENT= CAM-related software for profile and pocketing operations
LICENSE= BSD3CLAUSE
LIB_DEPENDS= ${PY_BOOST}
USES= cmake python
USE_GITHUB= yes
GH_ACCOUNT= Heeks
GH_TAGNAME= 2752cd9
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>