summaryrefslogtreecommitdiff
path: root/math/clipper/Makefile
blob: 88ef52e1e6fc5ee3774d0737a3d3fc75e8fa4a7e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Martin Dieringer <martin.dieringer@gmx.de>
# $FreeBSD$

PORTNAME=	clipperlib
PORTVERSION=	6.0.0
CATEGORIES=	math
MASTER_SITES=	SF
MASTER_SITE_SUBDIR=	polyclipping
DISTNAME=	clipper_ver${PORTVERSION}

MAINTAINER=	martin.dieringer@gmx.de
COMMENT=	Polygon clipping library

LICENSE=	BSL

WRKSRC=		${WRKDIR}/cpp

USE_LDCONFIG=	yes
USES=		cmake zip

.include <bsd.port.mk>