Lines 6-35
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= peekabot |
8 |
PORTNAME= peekabot |
9 |
PORTVERSION= 0.8.4 |
9 |
PORTVERSION= 0.8.6 |
10 |
PORTREVISION= 1 |
|
|
11 |
CATEGORIES= science |
10 |
CATEGORIES= science |
12 |
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:R}.x/ |
11 |
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:R}.x |
13 |
|
12 |
|
14 |
MAINTAINER= ports@FreeBSD.org |
13 |
MAINTAINER= ports@FreeBSD.org |
15 |
COMMENT= Distributed real-time 3D visualization tool for robotics researchers |
14 |
COMMENT= Distributed real-time 3D visualization tool for robotics researchers |
16 |
|
15 |
|
17 |
LIB_DEPENDS= boost_regex.4:${PORTSDIR}/devel/boost-libs \ |
16 |
LIB_DEPENDS= boost_regex.4:${PORTSDIR}/devel/boost-libs \ |
18 |
xerces-c.27:${PORTSDIR}/textproc/xerces-c2 \ |
17 |
xerces-c.3:${PORTSDIR}/textproc/xerces-c3 \ |
19 |
fltk.1:${PORTSDIR}/x11-toolkits/fltk \ |
|
|
20 |
gtkglextmm-x11-1.2:${PORTSDIR}/x11-toolkits/gtkglextmm |
18 |
gtkglextmm-x11-1.2:${PORTSDIR}/x11-toolkits/gtkglextmm |
21 |
|
19 |
|
22 |
BROKEN= does not compile |
20 |
LICENSE= BSL GPLv3 |
|
|
21 |
LICENSE_COMB= multi |
23 |
|
22 |
|
24 |
GNU_CONFIGURE= yes |
|
|
25 |
CPPFLAGS+= `fltk-config --cflags` |
26 |
LDFLAGS+= `fltk-config --ldflags` |
27 |
USE_LDCONFIG= yes |
28 |
USE_BZIP2= yes |
23 |
USE_BZIP2= yes |
29 |
USE_GMAKE= yes |
|
|
30 |
USE_GNOME= gnomehack |
24 |
USE_GNOME= gnomehack |
31 |
#Internal compiler error with < 4.4 |
|
|
32 |
USE_GCC= 4.4+ |
25 |
USE_GCC= 4.4+ |
|
|
26 |
USE_GMAKE= yes |
27 |
GNU_CONFIGURE= yes |
28 |
USE_LDCONFIG= yes |
29 |
MAKE_JOBS_SAFE= yes |
30 |
|
31 |
CPPFLAGS+= -I${LOCALBASE}/include |
32 |
LDFLAGS+= -L${LOCALBASE}/lib |
33 |
|
33 |
|
34 |
.include <bsd.port.pre.mk> |
34 |
.include <bsd.port.pre.mk> |
35 |
|
35 |
|
Lines 37-40
Link Here
|
37 |
BROKEN= does not compile with boost on sparc64 |
37 |
BROKEN= does not compile with boost on sparc64 |
38 |
.endif |
38 |
.endif |
39 |
|
39 |
|
|
|
40 |
post-patch: |
41 |
@${REINPLACE_CMD} -e \ |
42 |
"/names_next_round/s|'xerces-c'|'xerces-c-3.1'|" ${WRKSRC}/configure |
43 |
@${REINPLACE_CMD} -e \ |
44 |
"/^AM_/s|-O2||" ${WRKSRC}/src/Makefile.in |
45 |
|
40 |
.include <bsd.port.post.mk> |
46 |
.include <bsd.port.post.mk> |