diff options
author | miwi <miwi@FreeBSD.org> | 2007-08-21 16:34:42 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-08-21 16:34:42 +0800 |
commit | 358fece81bd4d6fdec4bcf8b1164e395a8c84439 (patch) | |
tree | 31af1858d86f13c15ad2cb1adc6bc6e080cc8e9d /www | |
parent | b4239751d2c69731efe1231e6f198102d801ce3a (diff) | |
download | freebsd-ports-gnome-358fece81bd4d6fdec4bcf8b1164e395a8c84439.tar.gz freebsd-ports-gnome-358fece81bd4d6fdec4bcf8b1164e395a8c84439.tar.zst freebsd-ports-gnome-358fece81bd4d6fdec4bcf8b1164e395a8c84439.zip |
The bluebreeze theme wants to combine style with good usability
WWW: http://drupal.org/project/bluebreeze
PR: ports/114962
Submitted by: Geoff Glasson <g_glasson at jimali.dyndns.org>
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-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 |
4 files changed, 44 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 55a8b27665d1..b5df0b53f427 100644 --- a/www/Makefile +++ b/www/Makefile @@ -124,6 +124,7 @@ SUBDIR += drupal4-textile SUBDIR += drupal5 SUBDIR += drupal5-adsense + SUBDIR += drupal5-bluebreeze SUBDIR += drupal5-bookreview SUBDIR += drupal5-google_analytics SUBDIR += drupal5-gsitemap 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 |