summaryrefslogtreecommitdiff
path: root/devel/libarea/Makefile
blob: 0173f15bdabd52ded3759fa0e565bf087dac2a77 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Created by: Pedro Giffuni
# $FreeBSD$

PORTNAME=	libarea
PORTVERSION=	20160313
PORTREVISION=	5
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>