1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/math/clipper/Makefile
Danilo Egea Gondolfo b7bcca829c - Update from 5.1.5 to 6.0.0
- Add LICENSE
- Add stage support

PR:		ports/183475
Submitted by:	Martin Dieringer <martin.dieringer@gmx.de> (maintainer)
2013-10-30 15:52:49 +00:00

23 lines
391 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
USE_ZIP= yes
USES= cmake
.include <bsd.port.mk>