diff options
author | danfe <danfe@FreeBSD.org> | 2012-09-27 00:05:35 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2012-09-27 00:05:35 +0800 |
commit | de2c059d8736ec5942f7ad897905c51752eb9650 (patch) | |
tree | 54ed8c5119ccb0a487a8a3f58d77fab58febbb18 /Mk | |
parent | 66b7e2ac6aba24ade577377e011859e4d28d5548 (diff) | |
download | freebsd-ports-gnome-de2c059d8736ec5942f7ad897905c51752eb9650.tar.gz freebsd-ports-gnome-de2c059d8736ec5942f7ad897905c51752eb9650.tar.zst freebsd-ports-gnome-de2c059d8736ec5942f7ad897905c51752eb9650.zip |
- Reduce possible confusion in "build and install something" options: most
of the times (e.g. for documentation, manual pages) this stuff just gets
installed, not really built (as it comes pregenerated)
- Expand LIBEV, LIBVISUAL, NETPBM, and TREMOR descriptions while I am here
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.options.desc.mk | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/Mk/bsd.options.desc.mk b/Mk/bsd.options.desc.mk index 012b13161a0a..f20e6fd00007 100644 --- a/Mk/bsd.options.desc.mk +++ b/Mk/bsd.options.desc.mk @@ -58,13 +58,13 @@ DCRAW_DESC?= dcraw (raw image converter) support DEBUG_DESC?= Install debug symbols DEVD_DESC?= Install devd(8) files DIRAC_DESC?= Dirac codec support via libdirac -DOCS_DESC?= Build and install documentation +DOCS_DESC?= Build and/or install documentation DOXYGEN_DESC?= Build documentation with Doxygen DV_DESC?= Quasar DV video codec support (libdv) DVDCSS_DESC?= Encrypted DVD support via libdvdcss ECW_DESC?= ECW image format support ESOUND_DESC?= EsounD sound server support -EXAMPLES_DESC?= Build and install examples +EXAMPLES_DESC?= Build and/or install examples EXPAT_DESC?= Expat XML parser support FAAC_DESC?= FAAC AAC encoder support FAAD_DESC?= FAAD AAC decoder support @@ -159,13 +159,13 @@ LDAPS_DESC?= LDAPS support LFS_DESC?= Large files support LIBBLURAY_DESC?= Blu-ray discs support via libbluray LIBEDIT_DESC?= readline support -LIBEV_DESC?= libev support +LIBEV_DESC?= High-performance events support via libev LIBEXIF_DESC?= EXIF metadata support via libexif LIBEXTRACTOR_DESC?= libextractor support LIBMNG_DESC?= MNG animated images support via libmng LIBPAPER_DESC?= libpaper support LIBRSVG2_DESC?= SVG vector graphics support via librsvg2 -LIBVISUAL_DESC?= libvisual support +LIBVISUAL_DESC?= Audio visualisation support via libvisual LIBWMF_DESC?= libwmf support LIBWRAP_DESC?= TCP wrapper support LIBXINE_DESC?= libxine support @@ -178,7 +178,7 @@ LUA_DESC?= Lua scripting language support LZMA_DESC?= LZMA compression support MAD_DESC?= MAD MP3 audio decoder support MAGICK_DESC?= ImageMagick library support -MANPAGES_DESC?= Build and install manual pages +MANPAGES_DESC?= Build and/or install manual pages MAPSERVER_DESC?= Mapserver support MATROSKA_DESC?= Matroska container format support MDNSRESPONDER_DESC?= Zeroconf support (via mDNSResponder) @@ -207,7 +207,7 @@ MYSQL_DESC?= MySQL backend MYSQL_JDBC_DESC?= JDBC connection to MySQL databases NAS_DESC?= Network Audio System support NETCDF_DESC?= NetCDF data format support -NETPBM_DESC?= Netpbm toolkit support +NETPBM_DESC?= Netpbm graphics toolkit support NLS_DESC?= Native Language Support NNTP_DESC?= NNTP (News) support NOTIFY_DESC?= Startup notification support @@ -297,7 +297,7 @@ TLS_DESC?= TLS support TOMCAT5_DESC?= Tomcat 5.x support TOMCAT6_DESC?= Tomcat 6.x support TOMCAT7_DESC?= Tomcat 7.x support -TREMOR_DESC?= Tremor decoder support +TREMOR_DESC?= Tremor audio decoder support TWOLAME_DESC?= TwoLAME MP2 audio encoder support UCS2_DESC?= Unicode UCS-2 encoding support UCS4_DESC?= Unicode UCS-4 encoding support @@ -314,7 +314,7 @@ VPX_DESC?= VP8 video codec support WAV_DESC?= WAV audio format support WAVPACK_DESC?= WavPack lossless audio format support WEBP_DESC?= WebP image format support -WEBSERVER_DESC?= Build and install internal web server +WEBSERVER_DESC?= Build and/or install internal web server WMF_DESC?= Windows Metafile support WXGTK_DESC?= wxGTK GUI toolkit support X11_DESC?= X11 support (graphics) |