mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
22 lines
382 B
Makefile
22 lines
382 B
Makefile
# 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
|
|
USES= cmake zip
|
|
|
|
.include <bsd.port.mk>
|