2007-01-06 05:38:37 +01:00
|
|
|
# New ports collection makefile for: drupal-nice_menus
|
|
|
|
# Date created: 20 October 2006
|
|
|
|
# Whom: Nick Hilliard <nick@foobar.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= nice_menus
|
|
|
|
DISTVERSION= ${DRUPAL_VERSION}
|
2007-05-19 22:36:56 +02:00
|
|
|
PORTREVISION= 20060812
|
2007-01-06 05:38:37 +01:00
|
|
|
CATEGORIES= www security
|
|
|
|
MASTER_SITE= http://ftp.osuosl.org/pub/drupal/files/projects/
|
|
|
|
|
|
|
|
MAINTAINER= nick@foobar.org
|
2007-06-18 19:11:49 +02:00
|
|
|
COMMENT= CSS / Javascript pull-down menus for Drupal
|
2007-01-06 05:38:37 +01:00
|
|
|
|
|
|
|
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 <bsd.port.pre.mk>
|
2007-03-25 11:46:44 +02:00
|
|
|
.include "${.CURDIR}/../../www/drupal5/bsd.drupal.mk"
|
2007-01-06 05:38:37 +01:00
|
|
|
.include <bsd.port.post.mk>
|