In some straightforward situations, protect examples behind PORTEXAMPLES,

adding EXAMPLES to OPTIONS_DEFINE where necessary. In a couple instances,
correct examples being controlled by the DOCS option.
This commit is contained in:
Adam Weinberger
2014-08-06 04:34:23 +00:00
parent 1f53b2d9af
commit cb7d5cc607
52 changed files with 406 additions and 398 deletions

View File

@@ -21,7 +21,7 @@ EXAMPLESDIR= ${PREFIX}/share/examples/sqlite2
EXTRACT_AFTER_ARGS= --exclude CVS
OPTIONS_DEFINE= TCL THREADS DOCS
OPTIONS_DEFINE= TCL THREADS DOCS EXAMPLES
.if !exists(/usr/lib/libreadline.so)
MAKE_ARGS= READLINE_FLAGS="-DHAVE_READLINE=1 -I${LOCALBASE}/include -L${LOCALBASE}/lib"