# Created by: Martin Dieringer <martin.dieringer@gmx.de>
# $FreeBSD: head/math/clipper/Makefile 386312 2015-05-14 10:15:04Z mat $

PORTNAME=	clipperlib
PORTVERSION=	6.0.0
CATEGORIES=	math
MASTER_SITES=	SF/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>
