head	1.3;
access;
symbols
	RELEASE_4_EOL:1.2;
locks; strict;
comment	@# @;


1.3
date	2007.03.25.10.02.53;	author rafan;	state dead;
branches;
next	1.2;

1.2
date	2007.01.25.17.01.47;	author brooks;	state Exp;
branches;
next	1.1;

1.1
date	2007.01.06.04.35.45;	author brooks;	state Exp;
branches;
next	;


desc
@@


1.3
log
@- drupal-* are renamed to drupal4-* for drupal5 ports
@
text
@# New ports collection makefile for:	drupal-attachment
# Date created:				31 October 2006
# Whom:					Nick Hilliard <nick@@foobar.org>
#
# $FreeBSD: ports/www/drupal-attachment/Makefile,v 1.2 2007/01/25 17:01:47 brooks Exp $
#

PORTNAME=	attachment
DISTVERSION=	${DRUPAL_VERSION}
PORTREVISION=	20060928
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/drupal-filemanager

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

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


1.2
log
@The RUN_DEPENDS entry for drupal-filemanager needs ${LOCALBASE}
prepended.

Reported by:	pav
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.1
log
@Add www/drupal-attachment:

This module is an alternative to Drupal's included upload module. It
uses the filemanager module to allow a unique namespace per node and
support large number of files. In addition this module allows you to
give each attachment a title and description.

Submitted by:	Nick Hilliard <nick@@foobar.org>
@
text
@d16 1
a16 1
RUN_DEPENDS+=	${DRUPAL_MODDIR}/filemanager.module:${PORTSDIR}/www/drupal-filemanager
@

