mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
Consummate conversion to option helpers (should've been part of r479022).
This commit is contained in:
parent
2ce5472d05
commit
a2f76e9293
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=479028
@ -37,18 +37,11 @@ PATCH_SUFFIX= .diff
|
||||
PATCHFILES= ${PATCH_PREFIX}_Depend${PATCH_SUFFIX}
|
||||
|
||||
3D_RENDER_PATCHFILES= ${PATCH_PREFIX}_Render3D${PATCH_SUFFIX}
|
||||
3D_RENDER_PORTDOCS= preview.html
|
||||
SEARCH_PATCHFILES= ${PATCH_PREFIX}_Find${PATCH_SUFFIX}
|
||||
EXTRA_TOOLS_PATCHFILES= ${PATCH_PREFIX}_Tools${PATCH_SUFFIX}
|
||||
LAPTOP_KEYS_PATCHFILES= ${PATCH_PREFIX}_Keys${PATCH_SUFFIX}
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:M3D_RENDER}
|
||||
PLIST_SUB+= 3DRENDER=""
|
||||
.else
|
||||
PLIST_SUB+= 3DRENDER="@comment "
|
||||
.endif
|
||||
|
||||
post-patch-WHITE_BG-on:
|
||||
@${REINPLACE_CMD} -E 's,^#(CXXFLAGS \+= -DWHITE_BACKGROUND)$$,\1,' \
|
||||
${WRKSRC}/${MAKEFILE}
|
||||
|
@ -39,7 +39,6 @@ man/man6/yadex.6.gz
|
||||
%%PORTDOCS%%%%DOCSDIR%%/nook2.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/packagers_guide.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/palette.html
|
||||
%%PORTDOCS%%%%3DRENDER%%%%DOCSDIR%%/preview.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/reporting.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/slice1.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/slice2.png
|
||||
|
Loading…
Reference in New Issue
Block a user