All applications in the ports tree works correctly with unicode version of wxGTK Newer version of wxGTK are unicode only (3.0+) Note that now WX_UNICODE macro is noop
30 lines
668 B
Makefile
30 lines
668 B
Makefile
# Created by: Steve Franks <stevefranks@ieee.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libroadnav
|
|
PORTVERSION= 0.19
|
|
PORTREVISION= 7
|
|
CATEGORIES= astro geography
|
|
MASTER_SITES= SF/roadnav/LibRoadnav/${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Helper library for Roadnav (3D GPS mapping program)
|
|
|
|
DEPRECATED= No releases for 8+ years, no supporting newer wxWidget
|
|
EXPIRATION_DATE= 2015-12-13
|
|
|
|
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>
|