head	1.4;
access;
symbols
	RELEASE_8_3_0:1.3
	RELEASE_9_0_0:1.3
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1
	RELEASE_8_1_0:1.1;
locks; strict;
comment	@# @;


1.4
date	2012.11.17.06.02.31;	author svnexp;	state Exp;
branches;
next	1.3;

1.3
date	2011.08.31.15.53.44;	author crees;	state Exp;
branches;
next	1.2;

1.2
date	2011.07.29.08.36.45;	author crees;	state Exp;
branches;
next	1.1;

1.1
date	2010.06.29.08.48.24;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Switch exporter over
@
text
@# New ports collection makefile for:	drupal6-content_access
# Date created:		02 jun	2010
# Whom:			Anderson Soares Ferreira <anderson@@cnpm.embrapa.br>
#
# $FreeBSD: head/www/drupal6-content_access/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	content_access
DISTVERSION=	6.x-1.2
CATEGORIES=	www
MASTER_SITES=	http://ftp.drupal.org/files/projects/

MAINTAINER=	anderson@@cnpm.embrapa.br
COMMENT=	Drupal 6.x Content Access module

USE_DRUPAL=	yes
DRUPAL6_MODULE=	yes

MODULE_DIRS=	translations tests

MODULE_FILES=	tests/content_access.test \
		tests/content_access_acl.test \
		tests/content_access_test_help.php \
		content_access.admin.inc \
		content_access.css \
		content_access.info \
		content_access.install \
		content_access.module \
		content_access.rules.inc \
		translations/content_access.pot \
		translations/de.po \
		translations/sv.po

DOC_FILES=	README.txt UPGRADE.txt LICENSE.txt

.include <bsd.port.mk>
@


1.3
log
@Use USE_DRUPAL instead of including bsd.drupal.mk
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.2
log
@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)
@
text
@d16 1
d36 1
a36 3
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/Mk/bsd.drupal.mk"
.include <bsd.port.post.mk>
@


1.1
log
@This module allows you to manage permissions for content types by
role and author. It allows you to specifiy custom view, edit and
delete permissions for each content type. Optionally you can enable
per content access settings, so you can customize the access for
each content node.

WWW: http://drupal.org/project/content_access

PR:		ports/147329
Submitted by:	Anderson Soares Ferreira <anderson at cnpm.embrapa.br>
Feature safe:	yes
@
text
@d36 1
a36 1
.include "${.CURDIR}/../../www/drupal5/bsd.drupal.mk"
@

