From be0fe44509b74405b6453d2c1df859dac05d6108 Mon Sep 17 00:00:00 2001 From: Brooks Davis Date: Sat, 6 Jan 2007 04:38:37 +0000 Subject: Add www/drupal-nice_menus: Nice Menus is a module for the Drupal CMS which enables drop-down / right / left expandable menus. The module uses CSS to display the menus on browsers which have functional CSS. Internet Explorer is supported using Javascript. Three styles of menus are currently possible: horizontal (menus drop down); vertical (menus drop to the left); vertical (menus drop to the right). WWW: http://drupal.org/project/nice_menus Submitted by: Nick Hilliard --- www/drupal4-nice_menus/Makefile | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 www/drupal4-nice_menus/Makefile (limited to 'www/drupal4-nice_menus/Makefile') diff --git a/www/drupal4-nice_menus/Makefile b/www/drupal4-nice_menus/Makefile new file mode 100644 index 000000000000..f02de2ee8a02 --- /dev/null +++ b/www/drupal4-nice_menus/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: drupal-nice_menus +# Date created: 20 October 2006 +# Whom: Nick Hilliard +# +# $FreeBSD$ +# + +PORTNAME= nice_menus +DISTVERSION= ${DRUPAL_VERSION} +PORTREVISION= 20060811 +CATEGORIES= www security +MASTER_SITE= http://ftp.osuosl.org/pub/drupal/files/projects/ + +MAINTAINER= nick@foobar.org +COMMENT= Access control system for the Drupal CMS based on Taxonomy classification + +DRUPAL_MODULE= yes +MODULE_FILES= arrow-down.png arrow-left.png arrow-right.png \ + nice_menus.css nice_menus.js nice_menus.module +DOC_FILES= LICENSE.txt README.txt + +.include +.include "${PORTSDIR}/www/drupal/bsd.drupal.mk" +.include -- cgit v1.2.3