freebsd-ports/math/clipper/Makefile
Max Brazhnikov ffd97a0193 - convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
  for users

Approved by:	portmgr (miwi)
2013-03-22 20:06:14 +00:00

20 lines
377 B
Makefile

# Created by: Martin Dieringer <martin.dieringer@gmx.de>
# $FreeBSD$
PORTNAME= clipperlib
PORTVERSION= 5.1.3
CATEGORIES= math
MASTER_SITES= SF
MASTER_SITE_SUBDIR= polyclipping
DISTNAME= clipper_ver${PORTVERSION}
MAINTAINER= martin.dieringer@gmx.de
COMMENT= Polygon clipping library
WRKSRC= ${WRKDIR}/cpp
USE_LDCONFIG= yes
USE_ZIP= yes
USES= cmake
.include <bsd.port.mk>