blob: f02de2ee8a02c58ad669f45737fb28ac25922e7b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# 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}
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 <bsd.port.pre.mk>
.include "${PORTSDIR}/www/drupal/bsd.drupal.mk"
.include <bsd.port.post.mk>
|