aboutsummaryrefslogtreecommitdiffstats
path: root/astro/libroadnav/Makefile
blob: a06e4c0afcfb47db568b7aed7d2f9c70ebb003fd (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
# Created by: Steve Franks <stevefranks@ieee.org>
# $FreeBSD$

PORTNAME=   libroadnav
PORTVERSION=    0.19
PORTREVISION=   6
CATEGORIES= astro geography
MASTER_SITES=   SF/roadnav/LibRoadnav/${PORTVERSION}

MAINTAINER= ports@FreeBSD.org
COMMENT=    Helper library for Roadnav (3D GPS mapping program)

OPTIONS_DEFINE= DOCS

USE_WX=     2.8+
WX_COMPS=   wx contrib
WX_UNICODE= yes
USES=       gmake

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

PORTDOCS=   *

.include <bsd.port.mk>