Lines 2-12
Link Here
|
2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
3 |
|
3 |
|
4 |
PORTNAME= ode |
4 |
PORTNAME= ode |
5 |
PORTVERSION= 0.13 |
5 |
DISTVERSION= 0.15.2 |
6 |
PORTREVISION= 4 |
|
|
7 |
PORTEPOCH= 1 |
6 |
PORTEPOCH= 1 |
8 |
CATEGORIES= devel |
7 |
CATEGORIES= devel |
9 |
MASTER_SITES= SF/opende/ODE/${PORTVERSION} |
8 |
MASTER_SITES= https://bitbucket.org/odedevs/${PORTNAME}/downloads/ |
10 |
|
9 |
|
11 |
MAINTAINER= acm@FreeBSD.org |
10 |
MAINTAINER= acm@FreeBSD.org |
12 |
COMMENT= Articulated rigid body dynamics library |
11 |
COMMENT= Articulated rigid body dynamics library |
Lines 14-23
Link Here
|
14 |
LICENSE= LGPL21 BSD3CLAUSE |
13 |
LICENSE= LGPL21 BSD3CLAUSE |
15 |
LICENSE_COMB= dual |
14 |
LICENSE_COMB= dual |
16 |
|
15 |
|
17 |
USES= tar:bzip2 libtool pathfix |
16 |
USES= libtool pathfix |
18 |
USE_GL= yes |
17 |
USE_GL= yes |
19 |
GNU_CONFIGURE= yes |
18 |
GNU_CONFIGURE= yes |
20 |
CONFIGURE_ARGS= --enable-shared |
19 |
CONFIGURE_ARGS= --enable-shared --disable-static |
21 |
TEST_TARGET= check |
20 |
TEST_TARGET= check |
22 |
|
21 |
|
23 |
OPTIONS_DEFINE= GIMPACT DOUBLE OU |
22 |
OPTIONS_DEFINE= GIMPACT DOUBLE OU |
Lines 49-55
Link Here
|
49 |
${WRKSRC}/build/config-default.h ${WRKSRC}/ou/src/ou/malloc.cpp |
48 |
${WRKSRC}/build/config-default.h ${WRKSRC}/ou/src/ou/malloc.cpp |
50 |
|
49 |
|
51 |
post-install: |
50 |
post-install: |
52 |
${SED} -e '/PACKAGE/ s|^|//|; /VERSION/ s|^|//|' ${WRKSRC}/ode/src/config.h \ |
51 |
@${SED} -e '/PACKAGE/ s|^|//|; /VERSION/ s|^|//|' ${WRKSRC}/ode/src/config.h \ |
53 |
> ${STAGEDIR}${PREFIX}/include/ode/config.h |
52 |
> ${STAGEDIR}${PREFIX}/include/ode/config.h |
54 |
|
53 |
|
55 |
.include <bsd.port.mk> |
54 |
.include <bsd.port.mk> |