Lines 2-8
Link Here
|
2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
3 |
|
3 |
|
4 |
PORTNAME= ChipmunkPhysics |
4 |
PORTNAME= ChipmunkPhysics |
5 |
PORTVERSION= 6.1.2 |
5 |
PORTVERSION= 6.1.3 |
6 |
CATEGORIES= devel |
6 |
CATEGORIES= devel |
7 |
MASTER_SITES= http://chipmunk-physics.net/release/Chipmunk-6.x/ \ |
7 |
MASTER_SITES= http://chipmunk-physics.net/release/Chipmunk-6.x/ \ |
8 |
http://files.libsiege.org/chipmunk/ |
8 |
http://files.libsiege.org/chipmunk/ |
Lines 17-22
Link Here
|
17 |
|
17 |
|
18 |
USE_CMAKE= yes |
18 |
USE_CMAKE= yes |
19 |
CMAKE_ARGS= -DBUILD_DEMOS=OFF |
19 |
CMAKE_ARGS= -DBUILD_DEMOS=OFF |
|
|
20 |
MAKE_JOBS_SAFE= yes |
20 |
|
21 |
|
21 |
USE_LDCONFIG= yes |
22 |
USE_LDCONFIG= yes |
22 |
|
23 |
|