d4f0d0048a
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
23 lines
613 B
Makefile
23 lines
613 B
Makefile
# New ports collection makefile for: drupal-filemanager
|
|
# Date created: 31 October 2006
|
|
# Whom: Nick Hilliard <nick@foobar.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= filemanager
|
|
DISTVERSION= ${DRUPAL_VERSION}
|
|
PORTREVISION= 20060915
|
|
CATEGORIES= www security
|
|
|
|
MAINTAINER= nick@foobar.org
|
|
COMMENT= A full featured file management API for Drupal modules
|
|
|
|
DRUPAL_MODULE= yes
|
|
MODULE_FILES= filemanager.install filemanager.module
|
|
DOC_DIRS= doc
|
|
DOC_FILES= LICENSE.txt README.txt CREDITS INSTALL doc/filemanager.php
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${.CURDIR}/../../www/drupal5/bsd.drupal.mk"
|
|
.include <bsd.port.post.mk>
|