Lines 2-8
Link Here
|
2 |
# $FreeBSD: math/clipper/Makefile 327746 2013-09-20 20:55:04Z bapt $ |
2 |
# $FreeBSD: math/clipper/Makefile 327746 2013-09-20 20:55:04Z bapt $ |
3 |
|
3 |
|
4 |
PORTNAME= clipperlib |
4 |
PORTNAME= clipperlib |
5 |
PORTVERSION= 5.1.5 |
5 |
PORTVERSION= 6.0.0 |
6 |
CATEGORIES= math |
6 |
CATEGORIES= math |
7 |
MASTER_SITES= SF |
7 |
MASTER_SITES= SF |
8 |
MASTER_SITE_SUBDIR= polyclipping |
8 |
MASTER_SITE_SUBDIR= polyclipping |
Lines 11-21
Link Here
|
11 |
MAINTAINER= martin.dieringer@gmx.de |
11 |
MAINTAINER= martin.dieringer@gmx.de |
12 |
COMMENT= Polygon clipping library |
12 |
COMMENT= Polygon clipping library |
13 |
|
13 |
|
|
|
14 |
LICENSE= BSL |
15 |
|
14 |
WRKSRC= ${WRKDIR}/cpp |
16 |
WRKSRC= ${WRKDIR}/cpp |
15 |
|
17 |
|
16 |
USE_LDCONFIG= yes |
18 |
USE_LDCONFIG= yes |
17 |
USE_ZIP= yes |
19 |
USE_ZIP= yes |
18 |
USES= cmake |
20 |
USES= cmake |
19 |
|
21 |
|
20 |
NO_STAGE= yes |
|
|
21 |
.include <bsd.port.mk> |
22 |
.include <bsd.port.mk> |