diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-08-21 08:34:42 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-08-21 08:34:42 +0000 |
commit | 55ff0ea6d6bd7bc9c18d86436d7cf08b34464a0a (patch) | |
tree | e3ae4e98e2ee8d6af7dc2f3c1cd37c19bb39f56b /www/drupal5-bluebreeze | |
parent | 0ffad27239550f9681ebd83d059458e1b06d557f (diff) |
Notes
Diffstat (limited to 'www/drupal5-bluebreeze')
-rw-r--r-- | www/drupal5-bluebreeze/Makefile | 37 | ||||
-rw-r--r-- | www/drupal5-bluebreeze/distinfo | 3 | ||||
-rw-r--r-- | www/drupal5-bluebreeze/pkg-descr | 3 |
3 files changed, 43 insertions, 0 deletions
diff --git a/www/drupal5-bluebreeze/Makefile b/www/drupal5-bluebreeze/Makefile new file mode 100644 index 000000000000..2e0a66d927ef --- /dev/null +++ b/www/drupal5-bluebreeze/Makefile @@ -0,0 +1,37 @@ +# New ports collection makefile for: drupal5-bluebreeze +# Date created: 25 Jul 2007 +# Whom: Geoff Glasson <g_glasson@jimali.dyndns.org> +# +# $FreeBSD$ +# + +PORTNAME= bluebreeze +DISTVERSION= 5.x-1.2 +PORTREVISION= 1 +CATEGORIES= www +MASTER_SITES= ${MASTER_SITE_DRUPAL} + +MAINTAINER= g_glasson@jimali.dyndns.org +COMMENT= The bluebreeze theme wants to combine style with good usability + +DRUPAL5_THEME= yes +MODULE_DIRS= bluebreeze-fixed images +MODULE_FILES= block.tpl.php box.tpl.php comment.tpl.php favicon.ico layout.css logo.png \ + node.tpl.php page.tpl.php screenshot-drupal.org.jpg screenshot-drupal.org.png \ + screenshot.png style.css template.php \ + bluebreeze-fixed/logo.png bluebreeze-fixed/screenshot-drupal.org.jpg \ + bluebreeze-fixed/screenshot.png bluebreeze-fixed/style.css \ + images/bg-footer.gif images/bg-header.gif images/bg-mission.gif images/bg-poll.gif \ + images/bg-primary-hover.gif images/bg-primary.gif images/bg-secondary.gif \ + images/bg-thead.gif images/crystal-run.gif images/crystal-search.gif \ + images/icon-alert.png images/icon-info.png images/menu-collapsed.gif \ + images/menu-expanded.gif images/menu-leaf.gif images/mini-attachment.png \ + images/mini-category.png images/mini-comment.png images/mini-edit.png \ + images/mini-readmore.png images/mini-trash.png images/mini-user-light-blue.png \ + images/progressbar.gif + +DOC_FILES= LICENSE.txt CHANGELOG.txt + +.include <bsd.port.pre.mk> +.include "${.CURDIR}/../../www/drupal5/bsd.drupal.mk" +.include <bsd.port.post.mk> diff --git a/www/drupal5-bluebreeze/distinfo b/www/drupal5-bluebreeze/distinfo new file mode 100644 index 000000000000..5ee4b186c820 --- /dev/null +++ b/www/drupal5-bluebreeze/distinfo @@ -0,0 +1,3 @@ +MD5 (drupal/bluebreeze-5.x-1.2.tar.gz) = 9fed1aabb1d5a22db4e809429a4276d8 +SHA256 (drupal/bluebreeze-5.x-1.2.tar.gz) = ba0842b78cf826c004168c48f00e8eaa58530bb776e62c4a54a9e3910a27227e +SIZE (drupal/bluebreeze-5.x-1.2.tar.gz) = 144313 diff --git a/www/drupal5-bluebreeze/pkg-descr b/www/drupal5-bluebreeze/pkg-descr new file mode 100644 index 000000000000..18ed8afa34dd --- /dev/null +++ b/www/drupal5-bluebreeze/pkg-descr @@ -0,0 +1,3 @@ +The bluebreeze theme wants to combine style with good usability + +WWW: http://drupal.org/project/bluebreeze |