diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-05-30 17:28:33 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-05-30 17:28:33 +0000 |
commit | 414a92d5bb83c9b0466aea18ff69cd9ff5501423 (patch) | |
tree | 1f08e12d7bd85e58ff3f174f246061ecc53410a3 /Mk | |
parent | 8ce05bc8de34c645d7dd27b0ec41d0cb503f8035 (diff) | |
download | ports-414a92d5bb83c9b0466aea18ff69cd9ff5501423.tar.gz ports-414a92d5bb83c9b0466aea18ff69cd9ff5501423.zip |
Notes
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.options.desc.mk | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/Mk/bsd.options.desc.mk b/Mk/bsd.options.desc.mk index e7eff5ec9e5c..b913e4909e35 100644 --- a/Mk/bsd.options.desc.mk +++ b/Mk/bsd.options.desc.mk @@ -17,6 +17,7 @@ ARTS_DESC?= Enable Arts audio system support AVAHI_DESC?= Support Zeroconf through Avahi CDDA2WAV_DESC?= Enable cdda2wav CD ripper CDPARANOIA_DESC?= Enable cdparanoia CD ripper +CFITSIO_DESC?= Enable FITS support via CFITSIO COMPOSITE_DESC?= Enable X11 Composite extension CUE_DESC?= Support embedded cue sheets CURL_DESC?= Enable CURL support @@ -25,6 +26,7 @@ DBUS_DESC?= Enable D-Bus support DEBUG_DESC?= Enable debug flags DOCS_DESC?= Build and install the documentation DV_DESC?= Enable libDV support +ECW_DESC?= Enable ECW support ESOUND_DESC?= Enable Esound sound server support EXAMPLES_DESC?= Build and install the examples FAAC_DESC?= Enable FAAC encoder support @@ -35,15 +37,18 @@ FONTCONFIG_DESC?= Enable Font configuration API for X FPECTL_DESC?= Enable floating point exception handling FREETYPE_DESC?= Enable TrueType font rendering engine GDM_DESC?= Build GDM login manager +GEOS_DESC?= Enable GEOS support GEOTIFF_DESC?= Enable GeoTIFF support GIF_DESC?= Enable GIF support GLADE_DESC?= Enable Glade interface support GNUPG_DESC?= Enable GNU Privacy Guard support GOGO_DESC?= Enable gogo mp3 encoder +GRASS_DESC?= Enable GRASS support GSTREAMER_DESC?= Enable multimedia support GTK2_DESC?= Enable GTK2 gui toolkit support GUI_DESC?= Enable GUI support GVFS_DESC?= Enable remote access support +HDF5_DESC?= Enable HDF-5 support HTTPD_DESC?= Support for httpd output streaming ICONS_DESC?= Enable Icons theme ICONV_DESC?= Enable ICONV support @@ -51,7 +56,9 @@ ID3TAG_DESC?= Support ID3 v1/v2 tags ID3_DESC?= Enable support for id3 tags IPV6_DESC?= Enable IPv6 support JACK_DESC?= Support JACK audio server +JASPER_DESC?= Enable JPEG 2000 support via JasPer JPEG_DESC?= Enable JPEG support +KML_DESC?= Enable KML support LADSPA_DESC?= Enable LDSPA audio support LAME_DESC?= Enable lame mp3 encoder support LASH_DESC?= Enable LDASH audio support @@ -71,13 +78,14 @@ MULTIBYTE_DESC?= Enable multibyte character support MUSEPACK_DESC?= Support MPC audio format MYSQL_DESC?= Enable MySQL backend NAS_DESC?= Enable Network Audio System support +NETCDF_DESC?= Enable NetCDF support NLS_DESC?= Build and install the localisation data NOTIFY_DESC?= Enable startup notification support ODBC_DESC?= Enable ODBC backend ODF_DESC?= Enable ODF support OPENGL_DESC?= Enable OpenGL support -OSS_DESC?= Enable Open Sound System support OPTIMIZED_CFLAGS_DESC?= Enable compilation optimizations +OSS_DESC?= Enable Open Sound System support PCRE_DESC?= Enable regular expressions using libpcre PERL_DESC?= Enable Perl scripting language support PGSQL_DESC?= Enable PostgreSQL backend @@ -86,6 +94,7 @@ PNG_DESC?= Enable PNG support POPPLER_DESC?= Enable PDF and PS support PORTAUDIO_DESC?= Enable PortAudio support PRINT_DESC?= Enable Printer support +PROJ_DESC?= Enable PROJ.4 support PTH_DESC?= Enable GNU Pth for threading/multiprocessing PULSEAUDIO_DESC?= Support PulseAudio sound server PYMALLOC_DESC?= "Enable python's internal malloc" @@ -116,6 +125,7 @@ UCS4_DESC?= Enable Unicode UCS-4 support VORBIS_DESC?= Enable support for Ogg Vorbis VPX_DESC?= Enable VP8 video codec WAV_DESC?= Support WAV audio format +WEBP_DESC?= Enable WebP support WXGTK_DESC?= Enable WxGTK gui toolkit X11_DESC?= Enable support for X11 X264_DESC?= Enable H264 video codec using x264 |