# Created by: Martin Dieringer <martin.dieringer@gmx.de>
# $FreeBSD: math/clipper/Makefile 332134 2013-10-30 15:52:49Z danilo $

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
USE_ZIP=	yes
USES=		cmake

.include <bsd.port.mk>
