diff options
author | bapt <bapt@FreeBSD.org> | 2012-05-31 01:12:54 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-05-31 01:12:54 +0800 |
commit | 8dc7ec80f902c0c7dc3149a044b0e2ffa368ef06 (patch) | |
tree | 6e00c58584b977143a0a052c18ab013d1df01ede /Mk/bsd.options.desc.mk | |
parent | 1d15ab7fabbf5d700ffba1aa3e571550df011eaf (diff) | |
download | freebsd-ports-gnome-8dc7ec80f902c0c7dc3149a044b0e2ffa368ef06.tar.gz freebsd-ports-gnome-8dc7ec80f902c0c7dc3149a044b0e2ffa368ef06.tar.zst freebsd-ports-gnome-8dc7ec80f902c0c7dc3149a044b0e2ffa368ef06.zip |
Add a bunch of new options descriptions
Diffstat (limited to 'Mk/bsd.options.desc.mk')
-rw-r--r-- | Mk/bsd.options.desc.mk | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Mk/bsd.options.desc.mk b/Mk/bsd.options.desc.mk index 5fdf80a4748b..e7eff5ec9e5c 100644 --- a/Mk/bsd.options.desc.mk +++ b/Mk/bsd.options.desc.mk @@ -13,6 +13,7 @@ ALSA_DESC?= Enable alsa audio support AMR_DESC?= Enable OpenCORE AMR 3GPP Speech Codecs AO_DESC?= Support libao audio library ARCHIVE_DESC?= Support bzip2/zip/iso9660 archive +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 @@ -23,7 +24,8 @@ DAGRAB_DESC?= Enable dagrab CD ripper DBUS_DESC?= Enable D-Bus support DEBUG_DESC?= Enable debug flags DOCS_DESC?= Build and install the documentation -ESOUND_DESC?= Support esound sound server +DV_DESC?= Enable libDV support +ESOUND_DESC?= Enable Esound sound server support EXAMPLES_DESC?= Build and install the examples FAAC_DESC?= Enable FAAC encoder support FAAD_DESC?= Enable FAAD aac decoder support @@ -68,12 +70,14 @@ MPP_DESC?= Enable support for musepack MULTIBYTE_DESC?= Enable multibyte character support MUSEPACK_DESC?= Support MPC audio format MYSQL_DESC?= Enable MySQL backend +NAS_DESC?= Enable Network Audio System 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 PCRE_DESC?= Enable regular expressions using libpcre PERL_DESC?= Enable Perl scripting language support PGSQL_DESC?= Enable PostgreSQL backend @@ -91,6 +95,7 @@ SAMPLERATE_DESC?= Support sample rate conversion SDL_DESC?= Enable Simple Direct Madia Layer support SEM_DESC?= Enable POSIX semaphores support SHOUTCAST_DESC?= Support for Ogg Icecast and Shoutcast +SIMD_DESC?= Use cpu-specific optimizations if possible SNDFILE_DESC?= Add support for libsndfile SPEEX_DESC?= Enable support for speex audio format SQLITE_DESC?= Enable SQLite backend |