mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we have many ports violating this policy. This patch adds the default options specified in the Porter's Handbook to OPTIONS_DEFINE where they are being used. Ports maintained by gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded. Approved by: portmgr (bapt)
This commit is contained in:
parent
e4eefd3f1e
commit
5005b67362
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=343634
581 changed files with 1423 additions and 0 deletions
|
@ -37,6 +37,8 @@ PLIST_FILES= ${AOLSERVERBASE}/bin/nszlib.so \
|
||||||
|
|
||||||
PORTDOCS= ChangeLog README example.tcl
|
PORTDOCS= ChangeLog README example.tcl
|
||||||
|
|
||||||
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
post-patch:
|
post-patch:
|
||||||
@${REINPLACE_CMD} -e 's/^MODLIBS =/MODLIBS +=/g' \
|
@${REINPLACE_CMD} -e 's/^MODLIBS =/MODLIBS +=/g' \
|
||||||
|
|
|
@ -23,6 +23,8 @@ MAKE_ARGS= TOBUILD="dact libdact.so dact.conf"
|
||||||
MAN1= dact.1
|
MAN1= dact.1
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
|
||||||
|
OPTIONS_DEFINE= DOCS EXAMPLES
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
post-patch:
|
post-patch:
|
||||||
@${REINPLACE_CMD} -e "s|prefix = @prefix@|prefix = ${PREFIX}|" \
|
@${REINPLACE_CMD} -e "s|prefix = @prefix@|prefix = ${PREFIX}|" \
|
||||||
|
|
|
@ -20,6 +20,8 @@ MAN1= freeze.1 melt.1 unfreeze.1 fcat.1 statist.1
|
||||||
PLIST_FILES= bin/fcat bin/freeze bin/melt bin/statist bin/unfreeze
|
PLIST_FILES= bin/fcat bin/freeze bin/melt bin/statist bin/unfreeze
|
||||||
PORTDOCS= README
|
PORTDOCS= README
|
||||||
|
|
||||||
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
|
|
|
@ -24,6 +24,8 @@ PORTDOCS= api LICENSE License.html readme.html tarman.html
|
||||||
JARFILES= tar.jar
|
JARFILES= tar.jar
|
||||||
PLIST_FILES= ${JARFILES:S,^,%%JAVAJARDIR%%/,}
|
PLIST_FILES= ${JARFILES:S,^,%%JAVAJARDIR%%/,}
|
||||||
|
|
||||||
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
|
|
|
@ -21,6 +21,8 @@ MANLANG= ja
|
||||||
MAN1_JA= lha-ac.1
|
MAN1_JA= lha-ac.1
|
||||||
PLIST_FILES+= ${__MANPAGES}
|
PLIST_FILES+= ${__MANPAGES}
|
||||||
|
|
||||||
|
OPTIONS_DEFINE= NLS
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MNLS}
|
.if ${PORT_OPTIONS:MNLS}
|
||||||
|
|
|
@ -21,6 +21,8 @@ CPPFLAGS+= -I${LOCALBASE}/include
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
USES= pkgconfig
|
USES= pkgconfig
|
||||||
|
|
||||||
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
|
|
|
@ -19,6 +19,8 @@ GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS= --enable-shared --docdir=${DOCSDIR}
|
CONFIGURE_ARGS= --enable-shared --docdir=${DOCSDIR}
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
|
||||||
|
OPTIONS_DEFINE= DOCS EXAMPLES
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
.if !${PORT_OPTIONS:MDOCS}
|
.if !${PORT_OPTIONS:MDOCS}
|
||||||
|
|
|
@ -24,6 +24,8 @@ PLIST_FILES= bin/makeself bin/makeself-header \
|
||||||
|
|
||||||
PORTDOCS= README
|
PORTDOCS= README
|
||||||
|
|
||||||
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
|
|
|
@ -27,6 +27,8 @@ DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME}
|
||||||
|
|
||||||
PORTDOCS= usage.txt
|
PORTDOCS= usage.txt
|
||||||
|
|
||||||
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
|
|
|
@ -21,6 +21,8 @@ WRKSRC= ${WRKDIR}/ext
|
||||||
|
|
||||||
DOCS= README.txt doc
|
DOCS= README.txt doc
|
||||||
|
|
||||||
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
|
|
|
@ -30,6 +30,8 @@ PORTDOCS= README README.crash README.mtio README.pattern STARvsGNUTAR \
|
||||||
README.ACL README.largefiles README.otherbugs \
|
README.ACL README.largefiles README.otherbugs \
|
||||||
README.posix-2001
|
README.posix-2001
|
||||||
|
|
||||||
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
|
|
|
@ -20,6 +20,8 @@ USE_GNOME= gtk20
|
||||||
|
|
||||||
ALL_TARGET= gkrellmoon.so
|
ALL_TARGET= gkrellmoon.so
|
||||||
|
|
||||||
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
|
|
|
@ -20,6 +20,8 @@ USE_PYDISTUTILS=yes
|
||||||
PYDISTUTILS_AUTOPLIST= yes
|
PYDISTUTILS_AUTOPLIST= yes
|
||||||
PLIST_SUB= PORTVERSION="${PORTVERSION}"
|
PLIST_SUB= PORTVERSION="${PORTVERSION}"
|
||||||
|
|
||||||
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
|
|
|
@ -24,6 +24,8 @@ PORTDATA= *
|
||||||
|
|
||||||
DATADIR= ${PREFIX}/share/${PKGNAMEPREFIX}${PORTNAME}
|
DATADIR= ${PREFIX}/share/${PKGNAMEPREFIX}${PORTNAME}
|
||||||
|
|
||||||
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
|
|
|
@ -22,6 +22,8 @@ MAKE_ARGS+= -Dopenmap.home=${WRKSRC} \
|
||||||
|
|
||||||
SUB_FILES= openmap.sh
|
SUB_FILES= openmap.sh
|
||||||
|
|
||||||
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
do-configure:
|
do-configure:
|
||||||
|
|
|
@ -13,6 +13,8 @@ COMMENT= Creates celestial charts
|
||||||
USE_BZIP2= yes
|
USE_BZIP2= yes
|
||||||
USE_TEX= latex
|
USE_TEX= latex
|
||||||
|
|
||||||
|
OPTIONS_DEFINE= DOCS EXAMPLES
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
do-build:
|
do-build:
|
||||||
|
|
|
@ -9,6 +9,8 @@ MASTER_SITES= http://www.icehouse.net/kew/
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= Sunrise and sunset time calculator
|
COMMENT= Sunrise and sunset time calculator
|
||||||
|
|
||||||
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
pre-fetch:
|
pre-fetch:
|
||||||
|
|
|
@ -23,6 +23,8 @@ MAKE_ENV+= WITHOUT_LIBNOVA=yes
|
||||||
LIB_DEPENDS+= libnova.so:${PORTSDIR}/astro/libnova
|
LIB_DEPENDS+= libnova.so:${PORTSDIR}/astro/libnova
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
pre-everything::
|
pre-everything::
|
||||||
|
|
|
@ -26,6 +26,8 @@ SUB_LIST= PORTNAME=${PORTNAME} \
|
||||||
|
|
||||||
PORTDOCS= CHANGELOG README MIGRATION INSTALL
|
PORTDOCS= CHANGELOG README MIGRATION INSTALL
|
||||||
|
|
||||||
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
|
|
|
@ -20,6 +20,8 @@ PORTDOCS= README.rus.html
|
||||||
|
|
||||||
USE_RC_SUBR= autocd
|
USE_RC_SUBR= autocd
|
||||||
|
|
||||||
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
|
|
|
@ -28,6 +28,8 @@ PLIST_FILES= bin/cmp3 bin/rnmp3
|
||||||
RUN_DEPENDS+= ogg123:${PORTSDIR}/audio/vorbis-tools
|
RUN_DEPENDS+= ogg123:${PORTSDIR}/audio/vorbis-tools
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
|
|
|
@ -19,6 +19,8 @@ PLIST_FILES= bin/cutmp3
|
||||||
|
|
||||||
PORTDOCS= README README.timetable USAGE
|
PORTDOCS= README README.timetable USAGE
|
||||||
|
|
||||||
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
|
|
|
@ -18,6 +18,8 @@ USE_PYDISTUTILS= yes
|
||||||
|
|
||||||
PLIST_FILES= bin/cymbaline
|
PLIST_FILES= bin/cymbaline
|
||||||
|
|
||||||
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MDOCS}
|
.if ${PORT_OPTIONS:MDOCS}
|
||||||
|
|
|
@ -33,6 +33,8 @@ CONFIGURE_ARGS= --with-flac=${LOCALBASE}/lib/libFLAC.so \
|
||||||
--enable-glibc
|
--enable-glibc
|
||||||
USE_CSTD= gnu89
|
USE_CSTD= gnu89
|
||||||
|
|
||||||
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
.if ! ${PORT_OPTIONS:MDOCS}
|
.if ! ${PORT_OPTIONS:MDOCS}
|
||||||
|
|
|
@ -25,6 +25,8 @@ LICENSE= GPLv2
|
||||||
PORTDOCS= README
|
PORTDOCS= README
|
||||||
PLIST_FILES= bin/enscribe
|
PLIST_FILES= bin/enscribe
|
||||||
|
|
||||||
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
do-build:
|
do-build:
|
||||||
|
|
|
@ -20,6 +20,8 @@ PORTDOCS= ANNOUNCE NEWS README
|
||||||
|
|
||||||
INFO= ${PORTNAME}
|
INFO= ${PORTNAME}
|
||||||
|
|
||||||
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
|
|
|
@ -25,6 +25,8 @@ MAKE_ARGS= EXTRA_CFLAGS="${PTHREAD_CFLAGS}" \
|
||||||
PORTDOCS= INSTALL
|
PORTDOCS= INSTALL
|
||||||
PLIST_FILES= bin/funkgold
|
PLIST_FILES= bin/funkgold
|
||||||
|
|
||||||
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
|
|
|
@ -21,6 +21,8 @@ MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" \
|
||||||
|
|
||||||
PORTDOCS= *
|
PORTDOCS= *
|
||||||
|
|
||||||
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
|
|
|
@ -14,6 +14,8 @@ GNU_CONFIGURE= yes
|
||||||
USES= gmake pathfix
|
USES= gmake pathfix
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
|
||||||
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MDOCS}
|
.if ${PORT_OPTIONS:MDOCS}
|
||||||
|
|
|
@ -30,6 +30,8 @@ PORTDOCS= NeroAAC_tut.pdf \
|
||||||
license.txt \
|
license.txt \
|
||||||
readme.txt
|
readme.txt
|
||||||
|
|
||||||
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
|
|
|
@ -18,6 +18,8 @@ PORTDOCS= manual.html
|
||||||
PLIST_FILES= bin/setlistener bin/listener bin/listenersoundpipe \
|
PLIST_FILES= bin/setlistener bin/listener bin/listenersoundpipe \
|
||||||
etc/listener.conf.sample
|
etc/listener.conf.sample
|
||||||
|
|
||||||
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
|
|
|
@ -19,6 +19,8 @@ NO_STAGE= yes
|
||||||
PLIST_FILES= bin/maplay
|
PLIST_FILES= bin/maplay
|
||||||
PORTDOCS= README
|
PORTDOCS= README
|
||||||
|
|
||||||
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
|
|
|
@ -20,6 +20,8 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-0.1
|
||||||
PLIST_FILES= bin/mp3asm
|
PLIST_FILES= bin/mp3asm
|
||||||
PORTDOCS= Changelog README
|
PORTDOCS= Changelog README
|
||||||
|
|
||||||
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
post-extract:
|
post-extract:
|
||||||
|
|
|
@ -23,6 +23,8 @@ NO_STAGE= yes
|
||||||
MAN1= mp3c.1
|
MAN1= mp3c.1
|
||||||
MANCOMPRESSED= no
|
MANCOMPRESSED= no
|
||||||
|
|
||||||
|
OPTIONS_DEFINE= NLS
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MNLS}
|
.if ${PORT_OPTIONS:MNLS}
|
||||||
|
|
|
@ -31,6 +31,8 @@ PORTDOCS= README
|
||||||
|
|
||||||
PORTEXAMPLES= *
|
PORTEXAMPLES= *
|
||||||
|
|
||||||
|
OPTIONS_DEFINE= DOCS EXAMPLES
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
|
|
|
@ -32,6 +32,8 @@ MANCOMPRESSED= yes
|
||||||
INSTALLS_EGGINFO= yes
|
INSTALLS_EGGINFO= yes
|
||||||
PYDISTUTILS_PKGNAME= eyeD3
|
PYDISTUTILS_PKGNAME= eyeD3
|
||||||
|
|
||||||
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
|
|
|
@ -21,6 +21,8 @@ PYDISTUTILS_PKGNAME= PyOpenAL
|
||||||
WRKSRC= ${WRKDIR}/PyOpenAL-${PORTVERSION}
|
WRKSRC= ${WRKDIR}/PyOpenAL-${PORTVERSION}
|
||||||
EXAMPLESDIR= ${PREFIX}/share/examples/py-openal
|
EXAMPLESDIR= ${PREFIX}/share/examples/py-openal
|
||||||
|
|
||||||
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
|
|
|
@ -22,6 +22,8 @@ LDFLAGS+= -L${LOCALBASE}/lib
|
||||||
|
|
||||||
MAN1= dump_osc.1 send_osc.1
|
MAN1= dump_osc.1 send_osc.1
|
||||||
|
|
||||||
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
|
|
|
@ -29,6 +29,8 @@ USE_BZIP2= yes
|
||||||
SHEBANG_FILES= ripit.pl
|
SHEBANG_FILES= ripit.pl
|
||||||
perl_OLD_CMD= /usr/bin/env perl
|
perl_OLD_CMD= /usr/bin/env perl
|
||||||
|
|
||||||
|
OPTIONS_DEFINE= EXAMPLES
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
|
|
|
@ -25,6 +25,8 @@ NO_BUILD= yes
|
||||||
|
|
||||||
DOCS= README
|
DOCS= README
|
||||||
|
|
||||||
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
|
|
|
@ -33,6 +33,8 @@ PORTDOCS= README.md
|
||||||
|
|
||||||
REV= b1cb9ea
|
REV= b1cb9ea
|
||||||
|
|
||||||
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
|
|
|
@ -23,6 +23,8 @@ WRKSRC= ${WRKDIR}/${DISTNAME}
|
||||||
|
|
||||||
DOC_FILES= CHANGES COPYING README
|
DOC_FILES= CHANGES COPYING README
|
||||||
|
|
||||||
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
|
|
|
@ -24,6 +24,8 @@ USES= gmake
|
||||||
USE_RUBY= yes
|
USE_RUBY= yes
|
||||||
MAKE_ARGS= CC=${CC}
|
MAKE_ARGS= CC=${CC}
|
||||||
|
|
||||||
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MDOCS}
|
.if ${PORT_OPTIONS:MDOCS}
|
||||||
|
|
|
@ -24,6 +24,8 @@ LDFLAGS+= -L${LOCALBASE}/lib
|
||||||
PLIST_FILES= bin/streamTranscoder
|
PLIST_FILES= bin/streamTranscoder
|
||||||
PORTDOCS= AUTHORS README
|
PORTDOCS= AUTHORS README
|
||||||
|
|
||||||
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
|
|
|
@ -39,6 +39,8 @@ DESKTOP_ENTRIES="TeamSpeak" \
|
||||||
"Network;Telephony;" \
|
"Network;Telephony;" \
|
||||||
false
|
false
|
||||||
|
|
||||||
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
post-extract:
|
post-extract:
|
||||||
|
|
|
@ -30,6 +30,8 @@ PLIST_SUB+= TIMID_LIBDIR=${TIMID_LIBDIR} EUCJP_LOCALE=${EUCJP_LOCALE}
|
||||||
EUCJP_LOCALE= ja_JP.eucJP
|
EUCJP_LOCALE= ja_JP.eucJP
|
||||||
TIMID_LIBDIR= lib/timidity
|
TIMID_LIBDIR= lib/timidity
|
||||||
|
|
||||||
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
.if !defined(PKGNAMESUFFIX)
|
.if !defined(PKGNAMESUFFIX)
|
||||||
|
|
|
@ -14,6 +14,8 @@ PORTDOCS= ALGORITHMS AUTHORS ChangeLog COPYING INSTALL KNOWN_BUGS \
|
||||||
LICENSE NEWS README THANKS TODO
|
LICENSE NEWS README THANKS TODO
|
||||||
NO_STAGE= yes
|
NO_STAGE= yes
|
||||||
|
|
||||||
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
post-patch:
|
post-patch:
|
||||||
${MV} ${WRKSRC}/Makefile.bsd ${WRKSRC}/Makefile
|
${MV} ${WRKSRC}/Makefile.bsd ${WRKSRC}/Makefile
|
||||||
|
|
|
@ -19,6 +19,8 @@ PORTDOCS= README
|
||||||
|
|
||||||
NO_STAGE= yes
|
NO_STAGE= yes
|
||||||
|
|
||||||
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
|
|
|
@ -23,6 +23,8 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-1.97.1
|
||||||
|
|
||||||
PORTDOCS= readme.html
|
PORTDOCS= readme.html
|
||||||
|
|
||||||
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
|
|
|
@ -16,6 +16,8 @@ USES= gmake pkgconfig
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USE_GNOME= gtk20 gnomeprefix
|
USE_GNOME= gtk20 gnomeprefix
|
||||||
|
|
||||||
|
OPTIONS_DEFINE= NLS
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MNLS}
|
.if ${PORT_OPTIONS:MNLS}
|
||||||
|
|
|
@ -24,6 +24,9 @@ PGSQL_DESC= Enable PostgreSQL support
|
||||||
MYSQL_DESC= Enable MySQL support
|
MYSQL_DESC= Enable MySQL support
|
||||||
|
|
||||||
NO_STAGE= yes
|
NO_STAGE= yes
|
||||||
|
|
||||||
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MMYSQL}
|
.if ${PORT_OPTIONS:MMYSQL}
|
||||||
|
|
|
@ -26,6 +26,8 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||||
|
|
||||||
NO_STAGE= yes
|
NO_STAGE= yes
|
||||||
|
|
||||||
|
OPTIONS_DEFINE= DOCS EXAMPLES
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
.if !defined(WITHOUT_TESTS)
|
.if !defined(WITHOUT_TESTS)
|
||||||
|
|
|
@ -55,6 +55,8 @@ PORTDOCS= README.txt
|
||||||
|
|
||||||
NO_STAGE= yes
|
NO_STAGE= yes
|
||||||
|
|
||||||
|
OPTIONS_DEFINE= DOCS EXAMPLES
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MEXAMPLES}
|
.if ${PORT_OPTIONS:MEXAMPLES}
|
||||||
|
|
|
@ -20,6 +20,8 @@ STRIP=
|
||||||
|
|
||||||
NO_STAGE= yes
|
NO_STAGE= yes
|
||||||
|
|
||||||
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
|
|
|
@ -23,6 +23,8 @@ MAN1= Genpak.1 gp_acc.1 gp_adjust.1 gp_cdndev.1 gp_cusage.1 gp_digest.1 \
|
||||||
|
|
||||||
NO_STAGE= yes
|
NO_STAGE= yes
|
||||||
|
|
||||||
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
.if ${PORT_OPTIONS:MDOCS}
|
.if ${PORT_OPTIONS:MDOCS}
|
||||||
INSTALL_TARGET= install docs
|
INSTALL_TARGET= install docs
|
||||||
|
|
|
@ -21,6 +21,8 @@ DOCUMENTS= COPYRIGHT INSTALL LICENSE README
|
||||||
|
|
||||||
NO_STAGE= yes
|
NO_STAGE= yes
|
||||||
|
|
||||||
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
|
|
|
@ -31,6 +31,8 @@ PORTDOCS= njplot.help njplot.html njplot.gif
|
||||||
MAN1= njplot.1 unrooted.1
|
MAN1= njplot.1 unrooted.1
|
||||||
NO_STAGE= yes
|
NO_STAGE= yes
|
||||||
|
|
||||||
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
.ifdef (WITHOUT_X11)
|
.ifdef (WITHOUT_X11)
|
||||||
|
|
|
@ -130,6 +130,8 @@ MAN3= Bio::Tools::Run::Phylo::Phylip::DrawGram.3 \
|
||||||
# now install all extra stuff (docs, examples, scripts)
|
# now install all extra stuff (docs, examples, scripts)
|
||||||
NO_STAGE= yes
|
NO_STAGE= yes
|
||||||
|
|
||||||
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
|
|
|
@ -985,6 +985,8 @@ MAN3= Bio::Align::AlignI.3 \
|
||||||
# now install all extra stuff (docs, examples, scripts, models)
|
# now install all extra stuff (docs, examples, scripts, models)
|
||||||
NO_STAGE= yes
|
NO_STAGE= yes
|
||||||
|
|
||||||
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
|
|
|
@ -19,6 +19,8 @@ DOC_FILES= MCMCtreeDoc.pdf pamlDOC.pdf pamlFAQs.pdf pamlHistory.txt
|
||||||
|
|
||||||
NO_STAGE= yes
|
NO_STAGE= yes
|
||||||
|
|
||||||
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
|
|
|
@ -60,6 +60,8 @@ PORTDOCS= ChangeLog Manual.pdf Columbus_manual.pdf
|
||||||
|
|
||||||
NO_STAGE= yes
|
NO_STAGE= yes
|
||||||
|
|
||||||
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
|
|
|
@ -19,6 +19,8 @@ MAN1= cascade.1
|
||||||
|
|
||||||
NO_STAGE= yes
|
NO_STAGE= yes
|
||||||
|
|
||||||
|
OPTIONS_DEFINE= DOCS EXAMPLES
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
|
|
|
@ -22,6 +22,8 @@ USE_XORG= xt xaw xmu
|
||||||
|
|
||||||
NO_STAGE= yes
|
NO_STAGE= yes
|
||||||
|
|
||||||
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
pre-patch:
|
pre-patch:
|
||||||
|
|
|
@ -20,6 +20,8 @@ PLIST_DIRS= ${EXAMPLESDIR_REL}
|
||||||
|
|
||||||
NO_STAGE= yes
|
NO_STAGE= yes
|
||||||
|
|
||||||
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
|
|
|
@ -29,6 +29,8 @@ CONFIGURE_ARGS= --with-docdir="${DOCSDIR}" --disable-update-mime-database \
|
||||||
CPPFLAGS+= -I${LOCALBASE}/include
|
CPPFLAGS+= -I${LOCALBASE}/include
|
||||||
LDFLAGS+= -L${LOCALBASE}/lib
|
LDFLAGS+= -L${LOCALBASE}/lib
|
||||||
|
|
||||||
|
OPTIONS_DEFINE= NLS
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MNLS}
|
.if ${PORT_OPTIONS:MNLS}
|
||||||
|
|
|
@ -30,6 +30,8 @@ CONFIGURE_ARGS= --enable-gdgeda --with-docdir=${DOCSDIR} \
|
||||||
CPPFLAGS+= -I${LOCALBASE}/include
|
CPPFLAGS+= -I${LOCALBASE}/include
|
||||||
LDFLAGS+= -L${LOCALBASE}/lib
|
LDFLAGS+= -L${LOCALBASE}/lib
|
||||||
|
|
||||||
|
OPTIONS_DEFINE= NLS
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MNLS}
|
.if ${PORT_OPTIONS:MNLS}
|
||||||
|
|
|
@ -39,6 +39,9 @@ WRKSRC= ${WRKDIR}/${SFNAME}
|
||||||
PLIST_SUB= DESKTOPDIR=${DESKTOPDIR:S|^${PREFIX}/||}
|
PLIST_SUB= DESKTOPDIR=${DESKTOPDIR:S|^${PREFIX}/||}
|
||||||
|
|
||||||
NO_STAGE= yes
|
NO_STAGE= yes
|
||||||
|
|
||||||
|
OPTIONS_DEFINE= DOCS NLS
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MNLS}
|
.if ${PORT_OPTIONS:MNLS}
|
||||||
|
|
|
@ -24,6 +24,8 @@ CONFIGURE_ARGS= --disable-update-mime-database \
|
||||||
CPPFLAGS+= -I${LOCALBASE}/include
|
CPPFLAGS+= -I${LOCALBASE}/include
|
||||||
LDFLAGS+= -L${LOCALBASE}/lib
|
LDFLAGS+= -L${LOCALBASE}/lib
|
||||||
|
|
||||||
|
OPTIONS_DEFINE= NLS
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MNLS}
|
.if ${PORT_OPTIONS:MNLS}
|
||||||
|
|
|
@ -13,6 +13,8 @@ GNU_CONFIGURE= yes
|
||||||
CFLAGS+= -DHANZI # LDFLAGS=-s datadir=/usr/local/lib/less
|
CFLAGS+= -DHANZI # LDFLAGS=-s datadir=/usr/local/lib/less
|
||||||
CPP= #
|
CPP= #
|
||||||
|
|
||||||
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
|
|
|
@ -17,6 +17,8 @@ COMMENT= Converts Chinese GB (simple) encoded text to PostScript
|
||||||
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
|
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
|
||||||
WRKSRC= ${WRKDIR}/GB2PS
|
WRKSRC= ${WRKDIR}/GB2PS
|
||||||
|
|
||||||
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
|
|
|
@ -26,6 +26,8 @@ MAN1= hanzim.1
|
||||||
NO_STAGE= yes
|
NO_STAGE= yes
|
||||||
BROKEN_powepc= Does not install on powerpc: signal 11
|
BROKEN_powepc= Does not install on powerpc: signal 11
|
||||||
|
|
||||||
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
|
|
|
@ -9,6 +9,8 @@ MASTER_SITES= http://www.whizkidtech.redprince.net/i18n/muni/
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= Find Unicode values for Chinese characters
|
COMMENT= Find Unicode values for Chinese characters
|
||||||
|
|
||||||
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
|
|
|
@ -53,6 +53,8 @@ EXCEPTFILES= ${PREFIX}/${PHPBBDIR}/install/install.php \
|
||||||
${PREFIX}/${PHPBBDIR}/install/upgrade.php \
|
${PREFIX}/${PHPBBDIR}/install/upgrade.php \
|
||||||
${PREFIX}/${PHPBBDIR}/install/update_to_latest.php
|
${PREFIX}/${PHPBBDIR}/install/update_to_latest.php
|
||||||
|
|
||||||
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
options:
|
options:
|
||||||
|
|
|
@ -41,6 +41,8 @@ NO_STAGE= yes
|
||||||
PHPBBDIR= ${WWWDOCROOT}/${PHPBBURL}
|
PHPBBDIR= ${WWWDOCROOT}/${PHPBBURL}
|
||||||
PKGOPTS= ${FILESDIR}/pkg-opts
|
PKGOPTS= ${FILESDIR}/pkg-opts
|
||||||
|
|
||||||
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
options:
|
options:
|
||||||
|
|
|
@ -29,6 +29,8 @@ MAN1= pine.1 pico.1 pilot.1
|
||||||
|
|
||||||
NO_STAGE= yes
|
NO_STAGE= yes
|
||||||
|
|
||||||
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
pre-fetch:
|
pre-fetch:
|
||||||
|
|
|
@ -29,6 +29,8 @@ PLIST_FILES+= bin/dabreceiver bin/fmreceiver bin/spectrum-viewer
|
||||||
ONLY_FOR_ARCHS= i386 amd64
|
ONLY_FOR_ARCHS= i386 amd64
|
||||||
ONLY_FOR_ARCHS_REASON= uses MMX and SSE2
|
ONLY_FOR_ARCHS_REASON= uses MMX and SSE2
|
||||||
|
|
||||||
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
.if (${OSVERSION} >= 901000) && exists(${DESTDIR}/usr/bin/clang)
|
.if (${OSVERSION} >= 901000) && exists(${DESTDIR}/usr/bin/clang)
|
||||||
|
|
|
@ -19,6 +19,9 @@ MAN1= dfu-programmer.1
|
||||||
PORTDOCS= *
|
PORTDOCS= *
|
||||||
|
|
||||||
NO_STAGE= yes
|
NO_STAGE= yes
|
||||||
|
|
||||||
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
|
|
|
@ -30,6 +30,8 @@ post-build:
|
||||||
${CAT} ${WRKSRC}/fax.orig | ${SED} -e s!%%PREFIX%%!${PREFIX}!g > \
|
${CAT} ${WRKSRC}/fax.orig | ${SED} -e s!%%PREFIX%%!${PREFIX}!g > \
|
||||||
${WRKSRC}/fax
|
${WRKSRC}/fax
|
||||||
|
|
||||||
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
|
|
|
@ -23,6 +23,8 @@ PORTDOCS= readme.txt
|
||||||
|
|
||||||
NO_STAGE= yes
|
NO_STAGE= yes
|
||||||
|
|
||||||
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
|
|
|
@ -27,6 +27,8 @@ USE_LDCONFIG= yes
|
||||||
|
|
||||||
PORTDOCS= *
|
PORTDOCS= *
|
||||||
|
|
||||||
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MDOCS}
|
.if ${PORT_OPTIONS:MDOCS}
|
||||||
|
|
|
@ -19,6 +19,9 @@ PLIST_FILES= bin/ge-x2212-2
|
||||||
PORTDOCS= schematic.txt
|
PORTDOCS= schematic.txt
|
||||||
|
|
||||||
NO_STAGE= yes
|
NO_STAGE= yes
|
||||||
|
|
||||||
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
|
|
|
@ -22,6 +22,8 @@ CPPFLAGS+= -I${LOCALBASE}/include -DBROKEN_STRFTIME -DHAVE_DECL_GETOPT \
|
||||||
${PTHREAD_CFLAGS}
|
${PTHREAD_CFLAGS}
|
||||||
LDFLAGS+= ${PTHREAD_LIBS} -L${LOCALBASE}/lib
|
LDFLAGS+= ${PTHREAD_LIBS} -L${LOCALBASE}/lib
|
||||||
|
|
||||||
|
OPTIONS_DEFINE= NLS
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MNLS}
|
.if ${PORT_OPTIONS:MNLS}
|
||||||
|
|
|
@ -28,6 +28,8 @@ DESKTOP_ENTRIES="KB" \
|
||||||
|
|
||||||
NO_STAGE= yes
|
NO_STAGE= yes
|
||||||
|
|
||||||
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
pre-configure:
|
pre-configure:
|
||||||
|
|
|
@ -15,6 +15,8 @@ LICENSE= GPLv2
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
ALL_TARGET= all # vcheck
|
ALL_TARGET= all # vcheck
|
||||||
|
|
||||||
|
OPTIONS_DEFINE= NLS
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MNLS}
|
.if ${PORT_OPTIONS:MNLS}
|
||||||
|
|
|
@ -19,6 +19,8 @@ WRKSRC= ${WRKDIR}/bulksms
|
||||||
|
|
||||||
NO_STAGE= yes
|
NO_STAGE= yes
|
||||||
|
|
||||||
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
|
|
|
@ -21,6 +21,8 @@ EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME}
|
||||||
|
|
||||||
NO_STAGE= yes
|
NO_STAGE= yes
|
||||||
|
|
||||||
|
OPTIONS_DEFINE= DOCS EXAMPLES
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
|
|
|
@ -26,6 +26,8 @@ PLIST_SUB+= WITH_QICO_MORDA="@comment "
|
||||||
|
|
||||||
NO_STAGE= yes
|
NO_STAGE= yes
|
||||||
|
|
||||||
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
|
|
|
@ -25,6 +25,8 @@ EXAMPLES= sms.txt vCalendar.vcs vCard.vcf
|
||||||
|
|
||||||
NO_STAGE= yes
|
NO_STAGE= yes
|
||||||
|
|
||||||
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
|
|
|
@ -22,6 +22,8 @@ PORTDOCS= Documentation
|
||||||
|
|
||||||
NO_STAGE= yes
|
NO_STAGE= yes
|
||||||
|
|
||||||
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
|
|
|
@ -15,6 +15,8 @@ GNU_CONFIGURE= yes
|
||||||
DOCS= agenda-flashing-overview.txt troubleshooting.txt \
|
DOCS= agenda-flashing-overview.txt troubleshooting.txt \
|
||||||
pmon-protect-unprotect.txt usage.txt
|
pmon-protect-unprotect.txt usage.txt
|
||||||
|
|
||||||
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
|
|
|
@ -27,6 +27,8 @@ MAN1= yfklog.1
|
||||||
|
|
||||||
NO_STAGE= yes
|
NO_STAGE= yes
|
||||||
|
|
||||||
|
OPTIONS_DEFINE= DOCS EXAMPLES
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
|
|
|
@ -24,6 +24,8 @@ USE_ASDF= yes
|
||||||
|
|
||||||
NO_STAGE= yes
|
NO_STAGE= yes
|
||||||
|
|
||||||
|
OPTIONS_DEFINE= DOCS EXAMPLES
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
do-install:
|
do-install:
|
||||||
@${MKDIR} ${ASDF_PATHNAME}
|
@${MKDIR} ${ASDF_PATHNAME}
|
||||||
|
|
|
@ -30,6 +30,8 @@ EMACS_ARGS= -q --no-site-file -batch
|
||||||
|
|
||||||
NO_STAGE= yes
|
NO_STAGE= yes
|
||||||
|
|
||||||
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
do-build:
|
do-build:
|
||||||
|
|
|
@ -31,6 +31,8 @@ CONFIGURE_ARGS= --enable-compat185 --enable-dump185 \
|
||||||
--includedir=${STAGEDIR}${PREFIX}/include/db41
|
--includedir=${STAGEDIR}${PREFIX}/include/db41
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
|
||||||
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MDOCS}
|
.if ${PORT_OPTIONS:MDOCS}
|
||||||
|
|
|
@ -18,6 +18,9 @@ USE_AUTOTOOLS= autoconf automake aclocal
|
||||||
AUTOMAKE_ARGS= --add-missing
|
AUTOMAKE_ARGS= --add-missing
|
||||||
|
|
||||||
NO_STAGE= yes
|
NO_STAGE= yes
|
||||||
|
|
||||||
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
|
|
|
@ -20,6 +20,9 @@ BUILD_WRKSRC= ${WRKSRC}/build
|
||||||
ALL_TARGET= hsqldb hsqljdbc
|
ALL_TARGET= hsqldb hsqljdbc
|
||||||
|
|
||||||
NO_STAGE= yes
|
NO_STAGE= yes
|
||||||
|
|
||||||
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
|
|
|
@ -28,6 +28,8 @@ JDCLASSPATH= ${SRCDIR}:${CLASSPATH}
|
||||||
|
|
||||||
PLIST_FILES= %%JAVAJARDIR%%/${DESTJARFILE}
|
PLIST_FILES= %%JAVAJARDIR%%/${DESTJARFILE}
|
||||||
|
|
||||||
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MDOCS}
|
.if ${PORT_OPTIONS:MDOCS}
|
||||||
|
|
|
@ -27,6 +27,8 @@ NO_STAGE= yes
|
||||||
post-patch:
|
post-patch:
|
||||||
${REINPLACE_CMD} 's,/usr/local/pgsql/share/java,${JAVAJARDIR},' ${WRKSRC}/README
|
${REINPLACE_CMD} 's,/usr/local/pgsql/share/java,${JAVAJARDIR},' ${WRKSRC}/README
|
||||||
|
|
||||||
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
|
|
|
@ -37,6 +37,9 @@ PKGNAMESUFFIX= -iodbc
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
NO_STAGE= yes
|
NO_STAGE= yes
|
||||||
|
|
||||||
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
DATADIR_1= ${DATADIR}/odbc
|
DATADIR_1= ${DATADIR}/odbc
|
||||||
|
|
|
@ -26,6 +26,8 @@ PORTDOCS= README
|
||||||
|
|
||||||
PORTEXAMPLES= *
|
PORTEXAMPLES= *
|
||||||
|
|
||||||
|
OPTIONS_DEFINE= DOCS EXAMPLES
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue