aboutsummaryrefslogtreecommitdiffstats
path: root/science/peekabot/Makefile
blob: d114cef52b144a9b4eafaf4c27848af0784a0e4c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# New ports collection makefile for:    peekabot
# Date created:     21 June 2009
# Whom:         chris@officialunix.com
#
# $FreeBSD$
#

PORTNAME=   peekabot
PORTVERSION=    0.8.3
CATEGORIES= science
MASTER_SITES=   SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:R}.x/

MAINTAINER= c.petrik.sosa@gmail.com
COMMENT=    Distributed real-time 3D visualization tool for robotics researchers

LIB_DEPENDS=    boost_regex.4:${PORTSDIR}/devel/boost-libs \
        xerces-c.27:${PORTSDIR}/textproc/xerces-c2 \
        fltk.1:${PORTSDIR}/x11-toolkits/fltk \
        gtkglextmm-x11-1.2:${PORTSDIR}/x11-toolkits/gtkglextmm

GNU_CONFIGURE=  yes
CONFIGURE_ENV=  LDFLAGS="`fltk-config --ldflags`" \
        CPPFLAGS="`fltk-config --cflags`"
USE_LDCONFIG=   yes
USE_BZIP2=  yes
USE_GMAKE=  yes
USE_GNOME=  gnomehack
#Internal compiler error with < 4.4
USE_GCC=    4.4+

.include <bsd.port.pre.mk>

.if ${ARCH} == "sparc64"
BROKEN=     does not compile with boost on sparc64
.endif

.include <bsd.port.post.mk>