aboutsummaryrefslogtreecommitdiffstats
path: root/Godeps
ModeNameSize
-rw-r--r--Godeps.json3514logstatsplainblame
-rw-r--r--Readme136logstatsplainblame
d---------_workspace68logstatsplain
:34:03 +0800 RoadMap is a program for Linux that displays street maps. The maps are' href='/~lantw44/cgit/freebsd-ports/commit/astro/roadnav/Makefile?id=160af6db13b261e10fae3907e5df5ff72d29f059'>160af6db13b2
75c4b51d9582
160af6db13b2
af885d200f47
160af6db13b2

























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
38
39
40
41









                                                    
                 
                               
                                                     
 
                                       

























                                                                               
# ex:ts=8
# Ports collection makefile for:    roadnav
# Date created:             28 July 2008
# Whom:                 stevef
#
# $FreeBSD$
#

PORTNAME=   roadnav
PORTVERSION=    0.19
PORTREVISION=   3
CATEGORIES= astro geography
MASTER_SITES=   SF/${PORTNAME}/Roadnav/${PORTVERSION}

MAINTAINER= bahamasfranks@gmail.com
COMMENT=    A 3D GPS Mapping program

BUILD_DEPENDS=  ${LOCALBASE}/lib/libroadnav.a:${PORTSDIR}/astro/libroadnav

USE_WX=     2.6+
WX_COMPS=   wx contrib
USE_GMAKE=  yes

GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --with-wx-prefix=${LOCALBASE} --with-wx-config=${WX_CONFIG}
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"

PORTDOCS=   *

pre-install:
    ${MKDIR} ${PREFIX}/share/applications

post-patch:
    @${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}/share|g' \
        ${WRKSRC}/Makefile.in ${WRKSRC}/src/Makefile.in
.if defined(NOPORTDOCS)
    @${REINPLACE_CMD} -e '/^install-data-am:/ s|install-roadnavdocDATA||' \
        ${WRKSRC}/Makefile.in
.endif

.include <bsd.port.mk>