Support stage

This commit is contained in:
Baptiste Daroussin 2014-03-02 02:08:57 +00:00
parent 53b48fd609
commit 4e23b51b0f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=346731

View file

@ -10,11 +10,12 @@ 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.6+
WX_COMPS= wx contrib
USES= gmake
NO_STAGE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-wx-prefix=${LOCALBASE} --with-wx-config=${WX_CONFIG}
CPPFLAGS+= -I${LOCALBASE}/include
@ -22,13 +23,4 @@ LDFLAGS+= -L${LOCALBASE}/lib
PORTDOCS= *
.include <bsd.port.pre.mk>
post-patch:
.if ! ${PORT_OPTIONS:MDOCS}
@${REINPLACE_CMD} -e \
'/^install-data-am:/s|install-libroadnavdocDATA||' \
${WRKSRC}/Makefile.in
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>