mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
This commit is contained in:
parent
a2168f5a69
commit
8f42b29354
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=361981
@ -27,6 +27,8 @@ NO_BUILD= yes
|
||||
|
||||
PLIST_FILES= ${FONTROOTDIR:S/${PREFIX}\///}/${FONTDIR}/${PORTNAME}-R.ttf
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
PORTDOCS= FONTLOG.txt OFL-FAQ.txt OFL.txt README.txt feat_set_tuned.xml
|
||||
|
@ -23,6 +23,8 @@ NO_BUILD= yes
|
||||
|
||||
PLIST_FILES= ${FONTROOTDIR:S/${PREFIX}\///}/${FONTDIR}/${PORTNAME}-R.ttf
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
PORTDOCS= FONTLOG.txt OFL-FAQ.txt OFL.txt README.txt
|
||||
|
@ -39,6 +39,8 @@ MAN1PAGES= fc-cache.1 fc-cat.1 fc-list.1 fc-match.1 fc-query.1 fc-scan.1
|
||||
MAN5PAGES= fonts-conf.5
|
||||
PORTDOCS= fontconfig-user.html fontconfig-user.pdf fontconfig-user.txt
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
# work around fc-cache crash on arm platform
|
||||
|
@ -33,7 +33,7 @@ PORTDOCS= *
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
OPTIONS_DEFINE= OPTIMIZED_CFLAGS CUPS DEBUG APPS PROFILE SHM XFT
|
||||
OPTIONS_DEFINE= OPTIMIZED_CFLAGS CUPS DEBUG APPS PROFILE SHM XFT DOCS
|
||||
OPTIONS_DEFAULT=SHM XFT
|
||||
APPS_DESC= Install sample applications
|
||||
SHM_DESC= Shared Memory support
|
||||
|
@ -27,6 +27,8 @@ MAKE_ARGS+= INSTALL_ROOT=${STAGEDIR}
|
||||
|
||||
PORTDOCS= CHANGES ChangeLog README iwidgets.ps
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
post-patch:
|
||||
|
@ -34,7 +34,7 @@ EXAMPLESDIR= ${PREFIX}/share/examples/py-gtk
|
||||
|
||||
CONFLICTS= py*-gtk-0*
|
||||
|
||||
OPTIONS_DEFINE= NUMPY
|
||||
OPTIONS_DEFINE= NUMPY DOCS EXAMPLES
|
||||
NUMPY_DESC= Numpy support (pulls in lang/gcc)
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
@ -29,7 +29,7 @@ CONFIGURE_ARGS= --enable-everything --with-term=rxvt \
|
||||
OPTIONS_DEFINE= PERL XIM UNICODE3 ISO14755 COMBINING RXVT_SCROLLBAR \
|
||||
NEXT_SCROLLBAR XTERM_SCROLLBAR BACKSPACE_KEY DELETE_KEY \
|
||||
MOUSEWHEEL SMART_RESIZE IMLOCALE_FIX GDK_PIXBUF \
|
||||
NOTIFY 256_COLOR
|
||||
NOTIFY 256_COLOR DOCS
|
||||
|
||||
SHEBANG_FILES= ${WRKSRC}/src/perl/*
|
||||
perl_OLD_CMD= perl
|
||||
|
@ -20,6 +20,8 @@ RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/dri.pc:${PORTSDIR}/graphics/dri
|
||||
RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/xbitmaps.pc:${PORTSDIR}/x11/xbitmaps \
|
||||
${LOCALBASE}/lib/X11/icons/handhelds/cursors/X_cursor:${PORTSDIR}/x11-themes/xcursor-themes
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
# doc
|
||||
|
Loading…
Reference in New Issue
Block a user