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
|
||||
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>
|
||||
|
|
Loading…
Add table
Reference in a new issue