1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/www/drupal6-nice_menus/Makefile
Chris Rees b9b49949b3 Begin process of removal of drupal5 ports:
- Stop using the bsd.drupal.mk in drupal5/ and use the Mk/ version
- Deprecate the drupal5 ports for removal on 29/Aug

Submitted by:	Nick Hilliard <nick@foobar.org> (maintainer)
2011-07-29 08:36:47 +00:00

31 lines
820 B
Makefile

# New ports collection makefile for: drupal6-nice_menus
# Date created: 20 October 2006
# Whom: Nick Hilliard <nick@foobar.org>
#
# $FreeBSD$
#
PORTNAME= nice_menus
DISTVERSION= 6.x-1.3
PORTREVISION= 1
CATEGORIES= www
MAINTAINER= nick@foobar.org
COMMENT= CSS / Javascript pull-down menus for Drupal
DRUPAL6_MODULE= yes
MODULE_DIRS= po translations
MODULE_FILES= po/ja.po po/nice_menus.pot arrow-down.png arrow-left.png \
arrow-right.png nice_menus.css nice_menus.info \
nice_menus.install nice_menus.js nice_menus.module \
nice_menus_default.css screenshot-drupal.org.png \
translations/nice_menus.pot translations/sk.po \
translations/sv.po
DOC_FILES= CHANGELOG.txt README.txt UPGRADE.txt LICENSE.txt
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/Mk/bsd.drupal.mk"
.include <bsd.port.post.mk>