aboutsummaryrefslogtreecommitdiff
path: root/www/drupal4-attachment/Makefile
blob: 37974308ba336616e99ecaf066c1d04cd2d42e5b (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-attachment
# Date created:				31 October 2006
# Whom:					Nick Hilliard <nick@foobar.org>
#
# $FreeBSD$
#

PORTNAME=	attachment
DISTVERSION=	${DRUPAL_VERSION}
PORTREVISION=	20060929
CATEGORIES=	www security

MAINTAINER=	nick@foobar.org
COMMENT=	An alternative to Drupal's included upload module

RUN_DEPENDS+=	${LOCALBASE}/${DRUPAL_MODDIR}/filemanager.module:${PORTSDIR}/www/drupal4-filemanager

DRUPAL_MODULE=	yes
MODULE_FILES=	attachment.install attachment.module
DOC_FILES=	LICENSE.txt README.txt CREDITS INSTALL

.include <bsd.port.pre.mk>
.include "${.CURDIR}/../../www/drupal5/bsd.drupal.mk"
.include <bsd.port.post.mk>