# Created by: Martin Dieringer <martin.dieringer@gmx.de>
# $FreeBSD: math/clipper/Makefile 317887 2013-05-11 15:31:37Z wen $

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

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

WRKSRC=		${WRKDIR}/cpp

USE_LDCONFIG=	yes
USE_ZIP=	yes
USES=		cmake

.include <bsd.port.mk>
