diff options
Diffstat (limited to 'devel/bugzilla44/Makefile.options')
-rw-r--r-- | devel/bugzilla44/Makefile.options | 74 |
1 files changed, 0 insertions, 74 deletions
diff --git a/devel/bugzilla44/Makefile.options b/devel/bugzilla44/Makefile.options deleted file mode 100644 index 7ff23431b737..000000000000 --- a/devel/bugzilla44/Makefile.options +++ /dev/null @@ -1,74 +0,0 @@ -OPTIONS_SUB= yes -OPTIONS_DEFINE= \ - DOCS \ - MODPERL - -OPTIONS_GROUP= UI DBBACKEND REPORTING ATTACHMENT EMAIL WEBSERVICE AUTH ADMIN - -OPTIONS_GROUP_ADMIN= \ - MOVE_BUGZ \ - EXPORT_IMPORT \ - CONTRIB - -OPTIONS_GROUP_ATTACHMENT=\ - BMP2PNG \ - MIME_SNIFF - -OPTIONS_GROUP_AUTH= \ - LDAP \ - RADIUS - -OPTIONS_GROUP_DBBACKEND= \ - MYSQL \ - PGSQL \ - SQLITE - -OPTIONS_GROUP_EMAIL= \ - INBOUND_EMAIL \ - MAIL_QUEUEING \ - SMTP_AUTH - -OPTIONS_GROUP_REPORTING= \ - GRAPHVIZ \ - GRAPH_REPORTS \ - CHARTING_MODULES - -OPTIONS_GROUP_WEBSERVICE= \ - XMLRPC \ - JSONRPC - -OPTIONS_GROUP_UI= \ - PATCH_VIEWER \ - MORE_HTML - -OPTIONS_DEFAULT= \ - CHARTING_MODULES\ - CONTRIB \ - GRAPH_REPORTS \ - MORE_HTML \ - PATCH_VIEWER - -BMP2PNG_DESC= BMP Attachments to PNGs -CHARTING_MODULES_DESC= Bug charting support -CONTRIB_DESC= Install user-contributed scripts -EXPORT_IMPORT_DESC= Import/export bugs (via XML) -GRAPH_REPORTS_DESC= Graphical Reports -INBOUND_EMAIL_DESC= Inbound Email -JSONRPC_DESC= JSON-RPC Interface -MAIL_QUEUEING_DESC= Mail Queueing -MIME_SNIFF_DESC= Sniff MIME type of attachments -MORE_HTML_DESC= More HTML in Product/Group Descriptions -MOVE_BUGZ_DESC= Move Bugs Between Installations -PATCH_VIEWER_DESC= Patch Viewer -SMTP_AUTH_DESC= SMTP Authentication -XMLRPC_DESC= XML-RPC Interface - -# Option group description -ADMIN_DESC= Administration -ATTACHMENT_DESC= Attachment handling -AUTH_DESC= Alternative Authentication -DBBACKEND_DESC= Database Engine -EMAIL_DESC= Email handling -REPORTING_DESC= Reports and Charts -WEBSERVICE_DESC= Web Services - |