1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/math/clipper/Makefile
2014-03-10 16:25:33 +00:00

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>