mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
72e4ea5009
PR: 178479 Submitted by: Martin Dieringer <martin.dieringer@gmx.de> (maintainer)
21 lines
377 B
Makefile
21 lines
377 B
Makefile
# Created by: Martin Dieringer <martin.dieringer@gmx.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= clipperlib
|
|
PORTVERSION= 5.1.5
|
|
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>
|