freebsd-ports/devel/libarea/Makefile
Jan Beich b324ade02d devel/boost-*: update to 1.64.0
Changes:	http://www.boost.org/users/history/version_1_64_0.html
PR:		218835
Approved by:	office (bapt)
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D10472
2017-05-02 06:48:10 +00:00

24 lines
462 B
Makefile

# Created by: Pedro Giffuni
# $FreeBSD$
PORTNAME= libarea
PORTVERSION= 20160313
PORTREVISION= 3
CATEGORIES= devel cad
MAINTAINER= pfg@FreeBSD.org
COMMENT= CAM-related software for profile and pocketing operations
LICENSE= BSD3CLAUSE
BUILD_DEPENDS= python-config:lang/python
LIB_DEPENDS= libboost_python.so:devel/boost-python-libs
USE_GITHUB= yes
GH_ACCOUNT= Heeks
GH_TAGNAME= f1986ac
USES= cmake:outsource python
USE_LDCONFIG= yes
.include <bsd.port.mk>