mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
b7bcca829c
- Add LICENSE - Add stage support PR: ports/183475 Submitted by: Martin Dieringer <martin.dieringer@gmx.de> (maintainer)
23 lines
391 B
Makefile
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>
|