freebsd-ports/astro/libroadnav/Makefile
2012-06-01 05:26:28 +00:00

35 lines
743 B
Makefile

# ex:ts=8
# Ports collection makefile for: roadnav
# Date created: 28 July 2008
# Whom: stevef
#
# $FreeBSD$
#
PORTNAME= libroadnav
PORTVERSION= 0.19
PORTREVISION= 4
CATEGORIES= astro geography
MASTER_SITES= SF/roadnav/LibRoadnav/${PORTVERSION}
MAINTAINER= bahamasfranks@gmail.com
COMMENT= Helper library for Roadnav: A 3D GPS Mapping program
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}
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
PORTDOCS= *
.if defined(NOPORTDOCS)
post-patch:
@${REINPLACE_CMD} -e '/^install-data-am:/ s|install-libroadnavdocDATA||' \
${WRKSRC}/Makefile.in
.endif
.include <bsd.port.mk>