aboutsummaryrefslogtreecommitdiffstats
path: root/math/clipper/Makefile
blob: 9e67ded3117c1a75d323b75e41285011148a126f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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
USE_ZIP=    yes
USES=       cmake

.include <bsd.port.mk>