1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/www/drupal6-views/Makefile
2014-06-18 12:17:26 +00:00

407 lines
16 KiB
Makefile

# Created by: Geoff Glasson <g_glasson@jimali.dyndns.org>
# $FreeBSD$
PORTNAME= views
DISTVERSION= 6.x-2.12
PORTREVISION= 1
CATEGORIES= www
MAINTAINER= rea@FreeBSD.org
COMMENT= Controls how content lists are generated
USES= drupal:6,module
MODULE_DIRS= css \
docs \
handlers \
help/images \
help \
images \
includes \
js \
modules/aggregator \
modules/comment \
modules/contact \
modules/filter \
modules/locale \
modules/node \
modules/profile \
modules/search \
modules/statistics \
modules/system \
modules/taxonomy \
modules/translation \
modules/upload \
modules/user \
modules \
plugins \
theme \
translations \
views_export
MODULE_FILES= css/views-admin.css \
css/views-list-rtl.css \
css/views-list.css \
css/views-rtl.css \
css/views-tabs.css \
css/views.css \
docs/docs.php \
handlers/views_handler_argument.inc \
handlers/views_handler_argument_date.inc \
handlers/views_handler_argument_formula.inc \
handlers/views_handler_argument_many_to_one.inc \
handlers/views_handler_argument_null.inc \
handlers/views_handler_argument_numeric.inc \
handlers/views_handler_argument_string.inc \
handlers/views_handler_field.inc \
handlers/views_handler_field_boolean.inc \
handlers/views_handler_field_counter.inc \
handlers/views_handler_field_custom.inc \
handlers/views_handler_field_date.inc \
handlers/views_handler_field_markup.inc \
handlers/views_handler_field_numeric.inc \
handlers/views_handler_field_prerender_list.inc \
handlers/views_handler_field_url.inc \
handlers/views_handler_filter.inc \
handlers/views_handler_filter_boolean_operator.inc \
handlers/views_handler_filter_boolean_operator_string.inc \
handlers/views_handler_filter_date.inc \
handlers/views_handler_filter_equality.inc \
handlers/views_handler_filter_float.inc \
handlers/views_handler_filter_in_operator.inc \
handlers/views_handler_filter_many_to_one.inc \
handlers/views_handler_filter_numeric.inc \
handlers/views_handler_filter_string.inc \
handlers/views_handler_relationship.inc \
handlers/views_handler_sort.inc \
handlers/views_handler_sort_date.inc \
handlers/views_handler_sort_formula.inc \
handlers/views_handler_sort_menu_hierarchy.inc \
handlers/views_handler_sort_random.inc \
help/about.html \
help/analyze-theme.html \
help/api-default-views.html \
help/api-example.html \
help/api-handlers.html \
help/api-plugins.html \
help/api-tables.html \
help/api.html \
help/argument.html \
help/display-attachment.html \
help/display-block.html \
help/display-default.html \
help/display-feed.html \
help/display-page.html \
help/display.html \
help/embed.html \
help/example-author-block.html \
help/example-recent-stories.html \
help/example-user-feed.html \
help/example-users-by-role.html \
help/field.html \
help/filter.html \
help/getting-started.html \
help/images/node-term_node-term_data-large.png \
help/images/node-term_node-term_data.png \
help/images/overview-ui-large.png \
help/images/overview-ui-small.png \
help/images/style-breakdown-large.png \
help/images/style-breakdown.png \
help/images/views1-admin-large.png \
help/images/views1-admin.png \
help/images/views1-changeviewtype-large.png \
help/images/views1-changeviewtype.png \
help/images/views2-addaview-large.png \
help/images/views2-addaview.png \
help/images/views2-adddisplay-large.png \
help/images/views2-adddisplay.png \
help/images/views2-addfields-large.png \
help/images/views2-addfields.png \
help/images/views2-addfieldsajax-large.png \
help/images/views2-addfieldsajax.png \
help/images/views2-admin-large.png \
help/images/views2-admin.png \
help/images/views2-changedisplaystyle-large.png \
help/images/views2-changedisplaystyle.png \
help/images/views2-fieldspreview-large.png \
help/images/views2-fieldspreview.png \
help/images/views2-newview-large.png \
help/images/views2-newview.png \
help/images/views2-rearrangefields-large.png \
help/images/views2-rearrangefields.png \
help/images/views2-tablestyle-large.png \
help/images/views2-tablestyle.png \
help/menu.html \
help/new.html \
help/overrides.html \
help/path.html \
help/relationship.html \
help/sort.html \
help/style-comment-rss.html \
help/style-fields.html \
help/style-grid.html \
help/style-list.html \
help/style-node-rss.html \
help/style-node.html \
help/style-row.html \
help/style-rss.html \
help/style-summary-unformatted.html \
help/style-summary.html \
help/style-table.html \
help/style-unformatted.html \
help/style.html \
help/theme-css.html \
help/updating.html \
help/using-theme.html \
help/view-type.html \
help/views.help.ini \
images/arrow-active.png \
images/expanded-options.png \
images/overridden.gif \
images/sprites.png \
images/status-active.gif \
includes/admin.inc \
includes/ajax.inc \
includes/analyze.inc \
includes/base.inc \
includes/cache.inc \
includes/convert.inc \
includes/form.inc \
includes/handlers.inc \
includes/plugins.inc \
includes/query.inc \
includes/tabs.inc \
includes/view.inc \
js/ajax.js \
js/ajax_view.js \
js/base.js \
js/dependent.js \
js/tabs.js \
modules/aggregator/views_handler_argument_aggregator_category_cid.inc \
modules/aggregator/views_handler_argument_aggregator_fid.inc \
modules/aggregator/views_handler_field_aggregator_category.inc \
modules/aggregator/views_handler_field_aggregator_item_description.inc \
modules/aggregator/views_handler_field_aggregator_title_link.inc \
modules/aggregator/views_handler_filter_aggregator_category_cid.inc \
modules/aggregator/views_plugin_row_aggregator_rss.inc \
modules/aggregator.views.inc \
modules/book.views.inc \
modules/book.views_convert.inc \
modules/comment/views_handler_argument_comment_user_uid.inc \
modules/comment/views_handler_field_comment.inc \
modules/comment/views_handler_field_comment_depth.inc \
modules/comment/views_handler_field_comment_link.inc \
modules/comment/views_handler_field_comment_link_delete.inc \
modules/comment/views_handler_field_comment_link_edit.inc \
modules/comment/views_handler_field_comment_link_reply.inc \
modules/comment/views_handler_field_comment_node_link.inc \
modules/comment/views_handler_field_comment_username.inc \
modules/comment/views_handler_field_ncs_last_comment_name.inc \
modules/comment/views_handler_field_ncs_last_updated.inc \
modules/comment/views_handler_field_node_comment.inc \
modules/comment/views_handler_field_node_new_comments.inc \
modules/comment/views_handler_filter_comment_user_uid.inc \
modules/comment/views_handler_filter_ncs_last_updated.inc \
modules/comment/views_handler_filter_node_comment.inc \
modules/comment/views_handler_sort_comment_thread.inc \
modules/comment/views_handler_sort_ncs_last_comment_name.inc \
modules/comment/views_handler_sort_ncs_last_updated.inc \
modules/comment/views_plugin_row_comment_rss.inc \
modules/comment/views_plugin_row_comment_view.inc \
modules/comment.views.inc \
modules/comment.views_convert.inc \
modules/comment.views_default.inc \
modules/contact/views_handler_field_contact_link.inc \
modules/contact.views.inc \
modules/filter/views_handler_field_filter_format_name.inc \
modules/filter.views.inc \
modules/locale/views_handler_argument_locale_group.inc \
modules/locale/views_handler_argument_locale_language.inc \
modules/locale/views_handler_field_locale_group.inc \
modules/locale/views_handler_field_locale_language.inc \
modules/locale/views_handler_field_locale_link_edit.inc \
modules/locale/views_handler_filter_locale_group.inc \
modules/locale/views_handler_filter_locale_language.inc \
modules/locale/views_handler_filter_locale_version.inc \
modules/locale.views.inc \
modules/node/views_handler_argument_dates_various.inc \
modules/node/views_handler_argument_node_language.inc \
modules/node/views_handler_argument_node_nid.inc \
modules/node/views_handler_argument_node_type.inc \
modules/node/views_handler_argument_node_vid.inc \
modules/node/views_handler_field_history_user_timestamp.inc \
modules/node/views_handler_field_node.inc \
modules/node/views_handler_field_node_link.inc \
modules/node/views_handler_field_node_link_delete.inc \
modules/node/views_handler_field_node_link_edit.inc \
modules/node/views_handler_field_node_path.inc \
modules/node/views_handler_field_node_revision.inc \
modules/node/views_handler_field_node_revision_link_delete.inc \
modules/node/views_handler_field_node_revision_link_revert.inc \
modules/node/views_handler_field_node_type.inc \
modules/node/views_handler_filter_history_user_timestamp.inc \
modules/node/views_handler_filter_node_access.inc \
modules/node/views_handler_filter_node_status.inc \
modules/node/views_handler_filter_node_type.inc \
modules/node/views_plugin_argument_default_node.inc \
modules/node/views_plugin_argument_validate_node.inc \
modules/node/views_plugin_row_node_rss.inc \
modules/node/views_plugin_row_node_view.inc \
modules/node.views.inc \
modules/node.views_convert.inc \
modules/node.views_default.inc \
modules/poll.views.inc \
modules/profile/views_handler_field_profile_date.inc \
modules/profile/views_handler_field_profile_list.inc \
modules/profile/views_handler_filter_profile_selection.inc \
modules/profile.views.inc \
modules/profile.views_convert.inc \
modules/search/views_handler_field_search_score.inc \
modules/search/views_handler_filter_search.inc \
modules/search/views_handler_sort_search_score.inc \
modules/search/views_plugin_row_search_view.inc \
modules/search.views.inc \
modules/search.views_convert.inc \
modules/search.views_default.inc \
modules/statistics/views_handler_field_accesslog_path.inc \
modules/statistics.views.inc \
modules/statistics.views_convert.inc \
modules/statistics.views_default.inc \
modules/system/views_handler_argument_file_fid.inc \
modules/system/views_handler_field_file.inc \
modules/system/views_handler_field_file_status.inc \
modules/system/views_handler_filter_file_status.inc \
modules/system.views.inc \
modules/taxonomy/views_handler_argument_taxonomy.inc \
modules/taxonomy/views_handler_argument_term_node_tid.inc \
modules/taxonomy/views_handler_argument_term_node_tid_depth.inc \
modules/taxonomy/views_handler_argument_term_node_tid_depth_modifier.inc \
modules/taxonomy/views_handler_argument_vocabulary_vid.inc \
modules/taxonomy/views_handler_field_taxonomy.inc \
modules/taxonomy/views_handler_field_term_node_tid.inc \
modules/taxonomy/views_handler_filter_term_node_tid.inc \
modules/taxonomy/views_handler_filter_term_node_tid_depth.inc \
modules/taxonomy/views_handler_filter_vocabulary_vid.inc \
modules/taxonomy/views_handler_relationship_node_term_data.inc \
modules/taxonomy/views_plugin_argument_default_taxonomy_tid.inc \
modules/taxonomy/views_plugin_argument_validate_taxonomy_term.inc \
modules/taxonomy.views.inc \
modules/taxonomy.views_convert.inc \
modules/taxonomy.views_default.inc \
modules/translation/views_handler_argument_node_language.inc \
modules/translation/views_handler_argument_node_tnid.inc \
modules/translation/views_handler_field_node_language.inc \
modules/translation/views_handler_field_node_link_translate.inc \
modules/translation/views_handler_field_node_translation_link.inc \
modules/translation/views_handler_filter_node_language.inc \
modules/translation/views_handler_filter_node_tnid.inc \
modules/translation/views_handler_filter_node_tnid_child.inc \
modules/translation/views_handler_relationship_translation.inc \
modules/translation.views.inc \
modules/upload/views_handler_field_upload_description.inc \
modules/upload/views_handler_field_upload_fid.inc \
modules/upload/views_handler_filter_upload_fid.inc \
modules/upload.views.inc \
modules/upload.views_convert.inc \
modules/user/views_handler_argument_user_uid.inc \
modules/user/views_handler_argument_users_roles_rid.inc \
modules/user/views_handler_field_user.inc \
modules/user/views_handler_field_user_language.inc \
modules/user/views_handler_field_user_link.inc \
modules/user/views_handler_field_user_link_delete.inc \
modules/user/views_handler_field_user_link_edit.inc \
modules/user/views_handler_field_user_mail.inc \
modules/user/views_handler_field_user_name.inc \
modules/user/views_handler_field_user_picture.inc \
modules/user/views_handler_field_user_roles.inc \
modules/user/views_handler_filter_user_current.inc \
modules/user/views_handler_filter_user_name.inc \
modules/user/views_handler_filter_user_roles.inc \
modules/user/views_plugin_argument_default_current_user.inc \
modules/user/views_plugin_argument_default_user.inc \
modules/user/views_plugin_argument_validate_user.inc \
modules/user.views.inc \
modules/user.views_convert.inc \
modules/views.views.inc \
plugins/views_plugin_access.inc \
plugins/views_plugin_access_none.inc \
plugins/views_plugin_access_perm.inc \
plugins/views_plugin_access_role.inc \
plugins/views_plugin_argument_default.inc \
plugins/views_plugin_argument_default_php.inc \
plugins/views_plugin_argument_validate.inc \
plugins/views_plugin_argument_validate_numeric.inc \
plugins/views_plugin_argument_validate_php.inc \
plugins/views_plugin_cache.inc \
plugins/views_plugin_cache_none.inc \
plugins/views_plugin_cache_time.inc \
plugins/views_plugin_display.inc \
plugins/views_plugin_display_attachment.inc \
plugins/views_plugin_display_block.inc \
plugins/views_plugin_display_default.inc \
plugins/views_plugin_display_feed.inc \
plugins/views_plugin_display_page.inc \
plugins/views_plugin_row.inc \
plugins/views_plugin_row_fields.inc \
plugins/views_plugin_style.inc \
plugins/views_plugin_style_default.inc \
plugins/views_plugin_style_grid.inc \
plugins/views_plugin_style_jump_menu.inc \
plugins/views_plugin_style_list.inc \
plugins/views_plugin_style_rss.inc \
plugins/views_plugin_style_summary.inc \
plugins/views_plugin_style_summary_jump_menu.inc \
plugins/views_plugin_style_summary_unformatted.inc \
plugins/views_plugin_style_table.inc \
theme/theme.inc \
theme/views-exposed-form.tpl.php \
theme/views-more.tpl.php \
theme/views-ui-edit-item.tpl.php \
theme/views-ui-edit-tab.tpl.php \
theme/views-ui-edit-view.tpl.php \
theme/views-ui-list-views.tpl.php \
theme/views-view-field.tpl.php \
theme/views-view-fields.tpl.php \
theme/views-view-grid.tpl.php \
theme/views-view-list.tpl.php \
theme/views-view-row-comment.tpl.php \
theme/views-view-row-node.tpl.php \
theme/views-view-row-rss.tpl.php \
theme/views-view-rss.tpl.php \
theme/views-view-summary-unformatted.tpl.php \
theme/views-view-summary.tpl.php \
theme/views-view-table.tpl.php \
theme/views-view-unformatted.tpl.php \
theme/views-view.tpl.php \
translations/de.po \
translations/eo.po \
translations/fr.po \
translations/hu.po \
translations/it.po \
translations/pl.po \
translations/pt-br.po \
translations/sv.po \
translations/uk-ua.po \
translations/uk.po \
translations/views.pot \
views.info \
views.install \
views.module \
views2.doxy \
views_export/views_export.css \
views_export/views_export.info \
views_export/views_export.module \
views_ui.info \
views_ui.module
DOC_FILES= LICENSE.txt README.txt CHANGELOG.txt \
documentation-standards.txt
## Maintenance targets for creating lists of directories and files.
module-dirs: patch
@cd ${WRKSRC}; ${FIND} -s . -type d -d -mindepth 1 | ${SED} -e's|^\./| |;s|$$| \\|'
module-files: patch
@cd ${WRKSRC}; ${FIND} -s . -type f -d | ${SED} -e's|^\./| |;s|$$| \\|'
.include <bsd.port.mk>