mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Support stage
This commit is contained in:
parent
53b48fd609
commit
4e23b51b0f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=346731
1 changed files with 3 additions and 11 deletions
|
@ -10,11 +10,12 @@ MASTER_SITES= SF/roadnav/LibRoadnav/${PORTVERSION}
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= Helper library for Roadnav (3D GPS mapping program)
|
COMMENT= Helper library for Roadnav (3D GPS mapping program)
|
||||||
|
|
||||||
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
USE_WX= 2.6+
|
USE_WX= 2.6+
|
||||||
WX_COMPS= wx contrib
|
WX_COMPS= wx contrib
|
||||||
USES= gmake
|
USES= gmake
|
||||||
|
|
||||||
NO_STAGE= yes
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS= --with-wx-prefix=${LOCALBASE} --with-wx-config=${WX_CONFIG}
|
CONFIGURE_ARGS= --with-wx-prefix=${LOCALBASE} --with-wx-config=${WX_CONFIG}
|
||||||
CPPFLAGS+= -I${LOCALBASE}/include
|
CPPFLAGS+= -I${LOCALBASE}/include
|
||||||
|
@ -22,13 +23,4 @@ LDFLAGS+= -L${LOCALBASE}/lib
|
||||||
|
|
||||||
PORTDOCS= *
|
PORTDOCS= *
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.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>
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue