diff options
Diffstat (limited to 'devel')
58 files changed, 142 insertions, 0 deletions
diff --git a/devel/abi-compliance-checker/Makefile b/devel/abi-compliance-checker/Makefile index 0e30c6718b0b..83610ac78e92 100644 --- a/devel/abi-compliance-checker/Makefile +++ b/devel/abi-compliance-checker/Makefile @@ -30,6 +30,9 @@ PLIST_FILES= bin/${PORTNAME}.pl WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} NO_STAGE= yes + +OPTIONS_DEFINE= DOCS + .include <bsd.port.options.mk> CPPFILT?= /usr/bin/c++filt diff --git a/devel/api-sanity-autotest/Makefile b/devel/api-sanity-autotest/Makefile index 909bab557f83..fff04d171330 100644 --- a/devel/api-sanity-autotest/Makefile +++ b/devel/api-sanity-autotest/Makefile @@ -31,6 +31,9 @@ PLIST_FILES= bin/${PORTNAME}.pl WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} NO_STAGE= yes + +OPTIONS_DEFINE= DOCS + .include <bsd.port.options.mk> CPPFILT?= /usr/bin/c++filt diff --git a/devel/apr1/Makefile b/devel/apr1/Makefile index 7189a4ed7ac5..2bbd124ffb86 100644 --- a/devel/apr1/Makefile +++ b/devel/apr1/Makefile @@ -46,6 +46,8 @@ APU_CONF_ARGS= --with-apr=${APR_WRKDIR} \ --with-expat=${LOCALBASE} \ --with-iconv=${ICONV_PREFIX} +OPTIONS_DEFINE= IPV6 + .include <bsd.port.options.mk> ########## APR Options diff --git a/devel/arduino-irremote/Makefile b/devel/arduino-irremote/Makefile index 58eb26f30851..49e2ad1512ed 100644 --- a/devel/arduino-irremote/Makefile +++ b/devel/arduino-irremote/Makefile @@ -28,6 +28,9 @@ PLIST_FILES= arduino/libraries/IRremote/IRremote.cpp \ PLIST_DIRS= arduino/libraries/IRremote NO_STAGE= yes + +OPTIONS_DEFINE= EXAMPLES + .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MEXAMPLES} diff --git a/devel/cc65/Makefile b/devel/cc65/Makefile index e6df5f72f8af..d2855c0d1ac2 100644 --- a/devel/cc65/Makefile +++ b/devel/cc65/Makefile @@ -28,6 +28,9 @@ SHEBANG_FILES= src/ca65html/ca65html \ SUB_FILES= pkg-message NO_STAGE= yes + +OPTIONS_DEFINE= DOCS EXAMPLES + .include <bsd.port.options.mk> post-patch: diff --git a/devel/cdk/Makefile b/devel/cdk/Makefile index 3283d137c469..47ed5c98dea1 100644 --- a/devel/cdk/Makefile +++ b/devel/cdk/Makefile @@ -25,6 +25,8 @@ ALL_TARGET= default examples demos cli cdkshlib INSTALL_TARGET= install installCDKSHLibrary USE_LDCONFIG= yes +OPTIONS_DEFINE= EXAMPLES + .include <bsd.port.options.mk> post-patch: diff --git a/devel/cl-cffi/Makefile b/devel/cl-cffi/Makefile index 9eb6ab068fc4..1b57787dbfb6 100644 --- a/devel/cl-cffi/Makefile +++ b/devel/cl-cffi/Makefile @@ -32,6 +32,9 @@ NO_BUILD= yes USE_ASDF= yes NO_STAGE= yes + +OPTIONS_DEFINE= DOCS EXAMPLES + .include <bsd.port.options.mk> do-install: diff --git a/devel/cmunge/Makefile b/devel/cmunge/Makefile index 7c03783b3225..e713a245928e 100644 --- a/devel/cmunge/Makefile +++ b/devel/cmunge/Makefile @@ -18,6 +18,8 @@ MAKE_ARGS= CC="${CC} ${CFLAGS}" PLIST_FILES= bin/cmunge bin/ctran bin/proc-incl PORTDOCS= * +OPTIONS_DEFINE= DOCS + .include <bsd.port.options.mk> post-patch: diff --git a/devel/ecore-main/Makefile b/devel/ecore-main/Makefile index d703b030dfeb..e513a0976f6d 100644 --- a/devel/ecore-main/Makefile +++ b/devel/ecore-main/Makefile @@ -24,6 +24,9 @@ USE_LDCONFIG= yes EXAMPLESDIR= ${PREFIX}/share/examples/ecore .include "Makefile.inc" + +OPTIONS_DEFINE= NLS EXAMPLES + .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/devel/edb/Makefile b/devel/edb/Makefile index 7687120938d3..9770a7701035 100644 --- a/devel/edb/Makefile +++ b/devel/edb/Makefile @@ -27,6 +27,8 @@ ONLY_FOR_ARCHS= i386 amd64 STRIP_FILES= bin/${PORTNAME} libexec/${PORTNAME}/*.so +OPTIONS_DEFINE= DOCS + .include <bsd.port.options.mk> post-install: diff --git a/devel/eet/Makefile b/devel/eet/Makefile index 20685ab2f01c..58905d8f20c3 100644 --- a/devel/eet/Makefile +++ b/devel/eet/Makefile @@ -26,6 +26,8 @@ USE_LDCONFIG= yes CONFIGURE_ENV= OPENSSL_CFLAGS="-I${OPENSSLINC} -L${OPENSSLLIB}" OPENSSL_LIBS="-lssl" CONFIGURE_ARGS= --disable-gnutls +OPTIONS_DEFINE= EXAMPLES + .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MEXAMPLES} diff --git a/devel/eina/Makefile b/devel/eina/Makefile index 25f85bb70a65..2a04a1e68d92 100644 --- a/devel/eina/Makefile +++ b/devel/eina/Makefile @@ -21,6 +21,8 @@ USE_LDCONFIG= yes CONFIGURE_ARGS= --enable-amalgamation +OPTIONS_DEFINE= EXAMPLES + .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MEXAMPLES} diff --git a/devel/elfio/Makefile b/devel/elfio/Makefile index d6f826b00839..85137996a82d 100644 --- a/devel/elfio/Makefile +++ b/devel/elfio/Makefile @@ -24,6 +24,9 @@ OPTIONE_DEFINE= EXAMPLES DOCS PORTDOCS= * NO_STAGE= yes + +OPTIONS_DEFINE= DOCS EXAMPLES + .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MEXAMPLES} diff --git a/devel/flatzebra/Makefile b/devel/flatzebra/Makefile index 89bbbd828d88..1acfa91a5a2d 100644 --- a/devel/flatzebra/Makefile +++ b/devel/flatzebra/Makefile @@ -23,6 +23,9 @@ DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION} PORTDOCS= AUTHORS COPYING INSTALL NEWS README TODO THANKS NO_STAGE= yes + +OPTIONS_DEFINE= DOCS + .include <bsd.port.options.mk> post-patch: diff --git a/devel/flick/Makefile b/devel/flick/Makefile index aba6a1b40d77..f62c93a66a93 100644 --- a/devel/flick/Makefile +++ b/devel/flick/Makefile @@ -22,6 +22,9 @@ GNU_CONFIGURE= yes MAKEFILE= GNUmakefile NO_STAGE= yes + +OPTIONS_DEFINE= DOCS + .include <bsd.port.options.mk> post-patch: diff --git a/devel/fnccheck/Makefile b/devel/fnccheck/Makefile index 2806264a8ca8..368464e5f984 100644 --- a/devel/fnccheck/Makefile +++ b/devel/fnccheck/Makefile @@ -27,6 +27,9 @@ STRIP= # none INFO= libfc NO_STAGE= yes + +OPTIONS_DEFINE= NLS + .include <bsd.port.options.mk> # should be same as binutils diff --git a/devel/geoip-java/Makefile b/devel/geoip-java/Makefile index bc8c6e089053..c305014e9cf7 100644 --- a/devel/geoip-java/Makefile +++ b/devel/geoip-java/Makefile @@ -26,6 +26,9 @@ PORTDOCS= * DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX} NO_STAGE= yes + +OPTIONS_DEFINE= DOCS + .include <bsd.port.options.mk> pre-build: diff --git a/devel/gnulib/Makefile b/devel/gnulib/Makefile index 4654fb10fccd..2a0a793e8e98 100644 --- a/devel/gnulib/Makefile +++ b/devel/gnulib/Makefile @@ -24,6 +24,8 @@ PORTDATA= * IGNORE= gnulib requires port data, unset NOPORTDATA to install .endif +OPTIONS_DEFINE= DOCS + .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOCS} diff --git a/devel/hgview/Makefile b/devel/hgview/Makefile index 4ad9534d9908..856817a345e1 100644 --- a/devel/hgview/Makefile +++ b/devel/hgview/Makefile @@ -28,6 +28,9 @@ PORTDOCS= * MAN1= hgview.1 NO_STAGE= yes + +OPTIONS_DEFINE= DOCS + .include <bsd.port.options.mk> post-patch: diff --git a/devel/jakarta-commons-daemon/Makefile b/devel/jakarta-commons-daemon/Makefile index dfc8e5877dd5..a41025bdac57 100644 --- a/devel/jakarta-commons-daemon/Makefile +++ b/devel/jakarta-commons-daemon/Makefile @@ -30,6 +30,9 @@ PLIST_FILES= bin/jsvc %%JAVAJARDIR%%/${PORTNAME}.jar PORTDOCS= * NO_STAGE= yes + +OPTIONS_DEFINE= DOCS + .include <bsd.port.options.mk> do-install: diff --git a/devel/jna/Makefile b/devel/jna/Makefile index c755e4d5b5b5..d5ce0346a5a0 100644 --- a/devel/jna/Makefile +++ b/devel/jna/Makefile @@ -27,6 +27,8 @@ GH_COMMIT= 9b7ba38 PLIST_FILES= %%JAVAJARDIR%%/jna-platform.jar \ %%JAVAJARDIR%%/jna.jar +OPTIONS_DEFINE= DOCS + .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOCS} diff --git a/devel/kdesvn-kde4/Makefile b/devel/kdesvn-kde4/Makefile index d0c440e796d7..5f477fa7ac64 100644 --- a/devel/kdesvn-kde4/Makefile +++ b/devel/kdesvn-kde4/Makefile @@ -24,6 +24,8 @@ USE_LDCONFIG= yes USE_QT4= corelib gui xml network dbus svg qt3support sql \ qmake_build moc_build rcc_build uic_build linguist_build +OPTIONS_DEFINE= DOCS NLS + .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/devel/libbobcat/Makefile b/devel/libbobcat/Makefile index 661ce87f7684..45fc1273623f 100644 --- a/devel/libbobcat/Makefile +++ b/devel/libbobcat/Makefile @@ -39,6 +39,8 @@ SHEBANG_FILES= build \ documentation/examples/sockets/forkserver2/build \ documentation/examples/sockets/server/build +OPTIONS_DEFINE= DOCS + .include <bsd.port.options.mk> post-patch: diff --git a/devel/libplist/Makefile b/devel/libplist/Makefile index b4e6b45cb779..9d7538675b88 100644 --- a/devel/libplist/Makefile +++ b/devel/libplist/Makefile @@ -27,6 +27,9 @@ USE_LDCONFIG= ${LOCALBASE}/lib PORTDOCS= AUTHORS NEWS README NO_STAGE= yes + +OPTIONS_DEFINE= DOCS + .include <bsd.port.options.mk> post-patch: diff --git a/devel/libublio/Makefile b/devel/libublio/Makefile index 2b5db3305fae..8f8090ad18a5 100644 --- a/devel/libublio/Makefile +++ b/devel/libublio/Makefile @@ -23,6 +23,8 @@ MAKE_ENV+= SRCCONF=${SRCCONF} NEED_ROOT= yes +OPTIONS_DEFINE= DOCS + .include <bsd.port.options.mk> post-extract: diff --git a/devel/libvirt-java/Makefile b/devel/libvirt-java/Makefile index 9d2c2972b49e..fda4d6754ada 100644 --- a/devel/libvirt-java/Makefile +++ b/devel/libvirt-java/Makefile @@ -30,6 +30,8 @@ post-patch: @${REINPLACE_CMD} -e 's|/usr/share/java|${JAVAJARDIR}|' \ ${WRKSRC}/build.properties +OPTIONS_DEFINE= DOCS + .include <bsd.port.options.mk> post-build-script: diff --git a/devel/love/Makefile b/devel/love/Makefile index 136541c33560..3c7768dbd5a4 100644 --- a/devel/love/Makefile +++ b/devel/love/Makefile @@ -36,6 +36,8 @@ PLIST_FILES= bin/love PORTDOCS= * +OPTIONS_DEFINE= DOCS + .include <bsd.port.options.mk> post-patch: diff --git a/devel/love07/Makefile b/devel/love07/Makefile index 2dcd54ffb45d..3bcada7b44ba 100644 --- a/devel/love07/Makefile +++ b/devel/love07/Makefile @@ -41,6 +41,8 @@ PLIST_FILES= bin/love07 DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}07 PORTDOCS= * +OPTIONS_DEFINE= DOCS + .include <bsd.port.options.mk> post-patch: diff --git a/devel/luafilesystem/Makefile b/devel/luafilesystem/Makefile index 05a18d322b99..603f7b23fa96 100644 --- a/devel/luafilesystem/Makefile +++ b/devel/luafilesystem/Makefile @@ -28,6 +28,9 @@ PORTDOCS= * MAKE_ARGS+= INCS="-I${LOCALBASE}/include/${LUA_SUBDIR}" NO_STAGE= yes + +OPTIONS_DEFINE= DOCS + .include <bsd.port.options.mk> post-patch: diff --git a/devel/monotone/Makefile b/devel/monotone/Makefile index 39504973188e..4bdf9728b5ac 100644 --- a/devel/monotone/Makefile +++ b/devel/monotone/Makefile @@ -57,6 +57,8 @@ PLIST_FILES+= man/man1/mtn.1.gz \ .endif PORTDOCS= * +OPTIONS_DEFINE= DOCS NLS + .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/devel/motor/Makefile b/devel/motor/Makefile index b40569cc9e96..96f7bf17416c 100644 --- a/devel/motor/Makefile +++ b/devel/motor/Makefile @@ -17,6 +17,9 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= ${ICONV_CONFIGURE_ARG} NO_STAGE= yes + +OPTIONS_DEFINE= DOCS NLS + .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/devel/ncc/Makefile b/devel/ncc/Makefile index 5f2e49dd3cea..a7d55ff14abf 100644 --- a/devel/ncc/Makefile +++ b/devel/ncc/Makefile @@ -24,6 +24,9 @@ LINKS= nccar nccld nccc++ nccg++ MAN1= ncc.1 NO_STAGE= yes + +OPTIONS_DEFINE= DOCS + .include <bsd.port.options.mk> post-patch: diff --git a/devel/obby/Makefile b/devel/obby/Makefile index b0bdf4f4e668..d6c6bb35b6f3 100644 --- a/devel/obby/Makefile +++ b/devel/obby/Makefile @@ -18,6 +18,8 @@ USES= pathfix pkgconfig GNU_CONFIGURE= yes USE_LDCONFIG= yes +OPTIONS_DEFINE= NLS + .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/devel/ocaml-camlp5/Makefile b/devel/ocaml-camlp5/Makefile index 49480c24a1df..089bd0dbd3d2 100644 --- a/devel/ocaml-camlp5/Makefile +++ b/devel/ocaml-camlp5/Makefile @@ -25,6 +25,9 @@ TRANSITIONAL_DESC= Compatible syntax tree with old versions STRICT_DESC= New syntax tree quotations kit NO_STAGE= yes + +OPTIONS_DEFINE= DOCS + .include <bsd.port.options.mk> PATCHLEVEL= 1 diff --git a/devel/ocaml-typeconv/Makefile b/devel/ocaml-typeconv/Makefile index 011c1963a185..ac7c25ea972a 100644 --- a/devel/ocaml-typeconv/Makefile +++ b/devel/ocaml-typeconv/Makefile @@ -28,6 +28,9 @@ DOCSDIR= ${OCAML_DOCSDIR}/${PORTNAME:S,-,_,} PORTDOCS= * NO_STAGE= yes + +OPTIONS_DEFINE= DOCS + .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOCS} diff --git a/devel/p5-DateTime-Locale/Makefile b/devel/p5-DateTime-Locale/Makefile index 2850b2cdbc70..ff40056413bd 100644 --- a/devel/p5-DateTime-Locale/Makefile +++ b/devel/p5-DateTime-Locale/Makefile @@ -18,6 +18,8 @@ BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 USE_PERL5= modbuild +OPTIONS_DEFINE= DOCS + .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOCS} diff --git a/devel/p5-DateTime-TimeZone/Makefile b/devel/p5-DateTime-TimeZone/Makefile index f9b2a38a3c14..6b6011451167 100644 --- a/devel/p5-DateTime-TimeZone/Makefile +++ b/devel/p5-DateTime-TimeZone/Makefile @@ -24,6 +24,8 @@ USE_PERL5= configure PORTDOCS= Changes README +OPTIONS_DEFINE= DOCS + .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOCS} diff --git a/devel/p5-Devel-Cover/Makefile b/devel/p5-Devel-Cover/Makefile index 7a053823df40..d32982fbf972 100644 --- a/devel/p5-Devel-Cover/Makefile +++ b/devel/p5-Devel-Cover/Makefile @@ -26,6 +26,8 @@ USE_PERL5= configure PORTDOCS= README +OPTIONS_DEFINE= DOCS + .include <bsd.port.options.mk> post-install: diff --git a/devel/p5-Locale-Maketext-Lexicon/Makefile b/devel/p5-Locale-Maketext-Lexicon/Makefile index d344d5fa6464..84b354f7ccfe 100644 --- a/devel/p5-Locale-Maketext-Lexicon/Makefile +++ b/devel/p5-Locale-Maketext-Lexicon/Makefile @@ -18,6 +18,8 @@ RUN_DEPENDS= p5-Locale-Maketext>=1.17:${PORTSDIR}/devel/p5-Locale-Maketext USES= perl5 USE_PERL5= configure +OPTIONS_DEFINE= DOCS + .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOCS} diff --git a/devel/p5-Params-Check/Makefile b/devel/p5-Params-Check/Makefile index 5fb9cc6318d7..82cadc8182cf 100644 --- a/devel/p5-Params-Check/Makefile +++ b/devel/p5-Params-Check/Makefile @@ -18,6 +18,8 @@ USE_PERL5= configure PORTDOCS= CHANGES +OPTIONS_DEFINE= DOCS + .include <bsd.port.options.mk> post-install: diff --git a/devel/p5-SVN-Access/Makefile b/devel/p5-SVN-Access/Makefile index 23dbf2d4f789..9fcff7342d23 100644 --- a/devel/p5-SVN-Access/Makefile +++ b/devel/p5-SVN-Access/Makefile @@ -18,6 +18,8 @@ RUN_DEPENDS= p5-subversion>=0:${PORTSDIR}/devel/p5-subversion \ USES= perl5 USE_PERL5= configure +OPTIONS_DEFINE= EXAMPLES + .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MEXAMPLES} diff --git a/devel/p5-Term-ProgressBar/Makefile b/devel/p5-Term-ProgressBar/Makefile index ebe5403098ba..987917fbd525 100644 --- a/devel/p5-Term-ProgressBar/Makefile +++ b/devel/p5-Term-ProgressBar/Makefile @@ -25,6 +25,8 @@ USE_PERL5= configure post-patch: ${REINPLACE_CMD} -e 's|Term-ProgressBar|Term/ProgressBar|' ${WRKSRC}/Makefile.PL +OPTIONS_DEFINE= EXAMPLES + .include <bsd.port.options.mk> post-install: diff --git a/devel/perlconsole/Makefile b/devel/perlconsole/Makefile index d05094145cd7..049ca99e1e17 100644 --- a/devel/perlconsole/Makefile +++ b/devel/perlconsole/Makefile @@ -32,6 +32,8 @@ PLIST_FILES= bin/perlconsole \ PLIST_DIRS= ${SITE_PERL_REL}/PerlConsole +OPTIONS_DEFINE= DOCS + .include <bsd.port.options.mk> do-install: diff --git a/devel/pure-ffi/Makefile b/devel/pure-ffi/Makefile index 08abc4313e46..76e62890f638 100644 --- a/devel/pure-ffi/Makefile +++ b/devel/pure-ffi/Makefile @@ -26,6 +26,8 @@ PORTDOCS= README PORTEXAMPLES= * +OPTIONS_DEFINE= DOCS EXAMPLES + .include <bsd.port.options.mk> post-install: diff --git a/devel/pure-gen/Makefile b/devel/pure-gen/Makefile index 2d2b35d531bf..8e10ca08d3e9 100644 --- a/devel/pure-gen/Makefile +++ b/devel/pure-gen/Makefile @@ -32,6 +32,8 @@ PORTDOCS= README README.dump-ast PORTEXAMPLES= * +OPTIONS_DEFINE= DOCS EXAMPLES + .include <bsd.port.options.mk> post-install: diff --git a/devel/pure-readline/Makefile b/devel/pure-readline/Makefile index f0d9bba8a16d..1371ea8d5ba8 100644 --- a/devel/pure-readline/Makefile +++ b/devel/pure-readline/Makefile @@ -22,6 +22,8 @@ NO_STAGE= yes PORTDOCS= README +OPTIONS_DEFINE= DOCS + .include <bsd.port.options.mk> post-install: diff --git a/devel/py-babel/Makefile b/devel/py-babel/Makefile index 1c9a64b55aae..e0219a2a1326 100644 --- a/devel/py-babel/Makefile +++ b/devel/py-babel/Makefile @@ -19,6 +19,8 @@ PYDISTUTILS_AUTOPLIST= yes PORTDOCS= docs/* +OPTIONS_DEFINE= DOCS + .include <bsd.port.options.mk> post-install: diff --git a/devel/py-icalendar/Makefile b/devel/py-icalendar/Makefile index 9ef51bda3736..78618ad83748 100644 --- a/devel/py-icalendar/Makefile +++ b/devel/py-icalendar/Makefile @@ -22,6 +22,9 @@ DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} PORTDOCS= * NO_STAGE= yes + +OPTIONS_DEFINE= DOCS + .include <bsd.port.options.mk> post-install: diff --git a/devel/py-jsmin/Makefile b/devel/py-jsmin/Makefile index f2d977aeb72f..19043dba0eb9 100644 --- a/devel/py-jsmin/Makefile +++ b/devel/py-jsmin/Makefile @@ -19,6 +19,9 @@ PORTDOCS= PKG-INFO PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% NO_STAGE= yes + +OPTIONS_DEFINE= DOCS + .include <bsd.port.options.mk> post-install: diff --git a/devel/py-usb/Makefile b/devel/py-usb/Makefile index 3f54e74ddda7..d3e85753526f 100644 --- a/devel/py-usb/Makefile +++ b/devel/py-usb/Makefile @@ -19,6 +19,9 @@ PYDISTUTILS_PKGNAME= py${PORTNAME} EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME} NO_STAGE= yes + +OPTIONS_DEFINE= EXAMPLES + .include <bsd.port.options.mk> post-install: diff --git a/devel/pyst/Makefile b/devel/pyst/Makefile index aed1d939a8ca..73ea393b3e66 100644 --- a/devel/pyst/Makefile +++ b/devel/pyst/Makefile @@ -17,6 +17,8 @@ USE_PYDISTUTILS= yes PORTDOCS= README README.html ChangeLog +OPTIONS_DEFINE= DOCS + .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOCS} diff --git a/devel/qjson/Makefile b/devel/qjson/Makefile index 77835d2e2164..a222c89c4039 100644 --- a/devel/qjson/Makefile +++ b/devel/qjson/Makefile @@ -18,6 +18,9 @@ USE_LDCONFIG= yes PORTDOCS= * NO_STAGE= yes + +OPTIONS_DEFINE= DOCS + .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOCS} diff --git a/devel/ruby-locale/Makefile b/devel/ruby-locale/Makefile index 30b2406200e9..5c61a8a6c198 100644 --- a/devel/ruby-locale/Makefile +++ b/devel/ruby-locale/Makefile @@ -21,6 +21,8 @@ USE_RUBY_EXTCONF= yes INSTALL_TARGET= site-install +OPTIONS_DEFINE= DOCS EXAMPLES + .include <bsd.port.options.mk> post-install: .if ${PORT_OPTIONS:MDOCS} diff --git a/devel/rubygem-term-ansicolor/Makefile b/devel/rubygem-term-ansicolor/Makefile index 8a0f4970fe8d..20e3949d5505 100644 --- a/devel/rubygem-term-ansicolor/Makefile +++ b/devel/rubygem-term-ansicolor/Makefile @@ -20,6 +20,9 @@ PLIST_FILES+= bin/colortab bin/term_display bin/term_mandel PORTEXAMPLES= cdiff decolor NO_STAGE= yes + +OPTIONS_DEFINE= EXAMPLES + .include <bsd.port.options.mk> post-patch: diff --git a/devel/tclcheck/Makefile b/devel/tclcheck/Makefile index 3d29d426edfe..ec002c668331 100644 --- a/devel/tclcheck/Makefile +++ b/devel/tclcheck/Makefile @@ -19,6 +19,9 @@ PLIST_FILES= bin/tclCheck PORTDOCS= * NO_STAGE= yes + +OPTIONS_DEFINE= DOCS + .include <bsd.port.options.mk> post-patch: diff --git a/devel/tclcl/Makefile b/devel/tclcl/Makefile index 29386b0716e1..4c8361a26d76 100644 --- a/devel/tclcl/Makefile +++ b/devel/tclcl/Makefile @@ -21,6 +21,8 @@ USE_AUTOTOOLS= autoconf GNU_CONFIGURE= yes PORTDOCS= CHANGES.html TODO.html +OPTIONS_DEFINE= DOCS + .include <bsd.port.options.mk> # We have to link against the same Tcl/Tk version as OTcl does diff --git a/devel/tclxml/Makefile b/devel/tclxml/Makefile index 63cabcbecdf3..adb1110b9024 100644 --- a/devel/tclxml/Makefile +++ b/devel/tclxml/Makefile @@ -26,6 +26,9 @@ CONFIGURE_ARGS= --with-tcl=${TCL_LIBDIR} \ PLIST_SUB= VER=${PORTVERSION} NO_STAGE= yes + +OPTIONS_DEFINE= DOCS + .include <bsd.port.options.mk> post-patch: diff --git a/devel/udis86/Makefile b/devel/udis86/Makefile index 42d535f59c6f..e1e66e00aac1 100644 --- a/devel/udis86/Makefile +++ b/devel/udis86/Makefile @@ -23,6 +23,8 @@ CONFIGURE_ARGS= --without-sphinx-build --enable-shared INFO= udis86 PORTDOCS= x86 +OPTIONS_DEFINE= DOCS + .include <bsd.port.options.mk> post-patch: |