diff options
Diffstat (limited to 'math/clipper/Makefile')
-rw-r--r-- | math/clipper/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/math/clipper/Makefile b/math/clipper/Makefile index bb7ad04e0705..9e67ded3117c 100644 --- a/math/clipper/Makefile +++ b/math/clipper/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= clipperlib -PORTVERSION= 5.1.5 +PORTVERSION= 6.0.0 CATEGORIES= math MASTER_SITES= SF MASTER_SITE_SUBDIR= polyclipping @@ -11,11 +11,12 @@ 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 -NO_STAGE= yes .include <bsd.port.mk> |