head	1.16;
access;
symbols
	RELEASE_8_3_0:1.15
	RELEASE_9_0_0:1.15
	RELEASE_7_4_0:1.13
	RELEASE_8_2_0:1.13
	RELEASE_6_EOL:1.13
	RELEASE_8_1_0:1.13
	RELEASE_7_3_0:1.13
	RELEASE_8_0_0:1.13
	RELEASE_7_2_0:1.12
	RELEASE_7_1_0:1.11
	RELEASE_6_4_0:1.11
	RELEASE_5_EOL:1.11
	RELEASE_7_0_0:1.11
	RELEASE_6_3_0:1.11
	PRE_XORG_7:1.10
	RELEASE_4_EOL:1.9
	RELEASE_6_2_0:1.9
	RELEASE_6_1_0:1.3
	RELEASE_5_5_0:1.3
	RELEASE_6_0_0:1.1
	RELEASE_5_4_0:1.1
	RELEASE_4_11_0:1.1
	RELEASE_5_3_0:1.1;
locks; strict;
comment	@# @;


1.16
date	2012.11.17.06.01.03;	author svnexp;	state Exp;
branches;
next	1.15;

1.15
date	2011.10.21.06.54.21;	author erwin;	state Exp;
branches;
next	1.14;

1.14
date	2011.06.24.21.10.22;	author acm;	state Exp;
branches;
next	1.13;

1.13
date	2009.05.27.07.26.22;	author erwin;	state Exp;
branches;
next	1.12;

1.12
date	2009.03.27.14.20.08;	author acm;	state Exp;
branches;
next	1.11;

1.11
date	2007.09.30.10.59.11;	author linimon;	state Exp;
branches;
next	1.10;

1.10
date	2007.02.12.17.09.05;	author acm;	state Exp;
branches;
next	1.9;

1.9
date	2006.10.05.17.04.29;	author acm;	state Exp;
branches;
next	1.8;

1.8
date	2006.08.14.04.14.06;	author acm;	state Exp;
branches;
next	1.7;

1.7
date	2006.07.23.02.45.15;	author acm;	state Exp;
branches;
next	1.6;

1.6
date	2006.06.16.16.44.18;	author pav;	state Exp;
branches;
next	1.5;

1.5
date	2006.03.22.20.29.44;	author ehaupt;	state Exp;
branches;
next	1.4;

1.4
date	2006.03.21.11.20.18;	author ehaupt;	state Exp;
branches;
next	1.3;

1.3
date	2005.09.10.18.37.39;	author pav;	state Exp;
branches;
next	1.2;

1.2
date	2005.09.09.21.38.54;	author pav;	state Exp;
branches;
next	1.1;

1.1
date	2004.06.25.11.10.58;	author vs;	state Exp;
branches;
next	;


desc
@@


1.16
log
@Switch exporter over
@
text
@# New ports collection makefile for:	dazuko
# Date created:				01 March 2004
# Whom:					Rob Evers <rob@@debank.tv>
#
# $FreeBSD: head/security/dazuko/Makefile 300897 2012-07-14 14:29:18Z beat $

PORTNAME=	dazuko
PORTVERSION=	2.3.9
CATEGORIES=	security
MASTER_SITES=	http://dazuko.dnsalias.org/files/

MAINTAINER=	acm@@FreeBSD.org
COMMENT=	A common interface for 3rd party file access control

HAS_CONFIGURE=	yes
SUB_FILES=	pkg-message

OPTIONS=	EXAMPLEC	"Install C example programs"	on

.include <bsd.port.pre.mk>

.if ${OSVERSION} >= 800014
BROKEN=	does not build
.endif

.if defined(WITH_EXAMPLEC)
PLIST_FILES=	%%EXAMPLESDIR%%/example %%EXAMPLESDIR%%/example_mt
PLIST_DIRS=	%%EXAMPLESDIR%%
.endif

post-configure:
	${REINPLACE_CMD} -e 's|^NOMAN|NO_MAN|g' ${WRKSRC}/library/Makefile

do-install:
.if defined(WITH_EXAMPLEC)
	@@cd ${WRKSRC}/example_c && \
		${MAKE}
	@@${MKDIR} ${EXAMPLESDIR}
	@@${INSTALL_DATA} ${WRKSRC}/example_c/example ${WRKSRC}/example_c/example_mt ${EXAMPLESDIR}
.endif

	@@${SETENV} ${MAKE_ENV} ${MAKE} -C ${WRKSRC} -DMODULES_WITH_WORLD install

post-install:
	@@${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
	@@${CAT} ${PKGMESSAGE}

.include <bsd.port.post.mk>
@


1.15
log
@Mark BROKEN on 8.x: does not build
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.14
log
@- Update to 2.3.9
- Remove BROKEN on > 8.x
@
text
@d22 4
@


1.13
log
@Mark BROKEN on 8.x: does not build.
@
text
@d8 1
a8 1
PORTVERSION=	2.3.7
a21 4
.if ${OSVERSION} >= 800014
BROKEN=		does not build
.endif

@


1.12
log
@- Update to 2.3.7
- Remove BROKEN on 7.x

Submitted by:	ehaupt via email
@
text
@d22 4
@


1.11
log
@Fine-tune broken message.
@
text
@d8 1
a8 1
PORTVERSION=	2.3.2
d10 1
a10 1
MASTER_SITES=	http://dazuko.org/files/
a21 4
.if ${OSVERSION} >= 700000
BROKEN=		Currently does not support FreeBSD > 7.0
.endif

@


1.10
log
@- Update to 2.3.2

PR:		ports/109016
Submitted by:	Marcelo Araujo <araujo__at __bsdmail.org>
@
text
@d23 1
a23 1
BROKEN=		Currently does not support -CURRENT
@


1.9
log
@- Update to 2.3.1
- See the ChangeLog at http://dazuko.org/CHANGELOG
@
text
@d8 1
a8 1
PORTVERSION=	2.3.1
@


1.8
log
@- Update to 2.2.2

Approved by:	garga (mentor)
@
text
@d8 1
a8 1
PORTVERSION=	2.2.2
@


1.7
log
@Change maintainer address to my @@FreeBSD.org email

Approved by:	garga (mentor)
@
text
@d8 1
a8 1
PORTVERSION=	2.2.1
@


1.6
log
@- Update to 2.2.1

PR:		ports/98967
Submitted by:	Jose Alonso Cardenas Marquez <acardenas@@bsd.org.pe> (maintainer)
@
text
@d12 1
a12 1
MAINTAINER=	acardenas@@bsd.org.pe
@


1.5
log
@- Mark it BROKEN on ${OSVERSION} >= 700000
- Add a note to files/pkg-message.in about a possible bug
- Bump PORTREVISION

Notified by:	pointyhat via kris
Submitted by:	Jose Alonso Cardenas Marquez (maintainer)
@
text
@d8 1
a8 2
PORTVERSION=	2.2.0
PORTREVISION=	1
@


1.4
log
@- Update to 2.2.0
- Friendly maintainer takeover

PR:		94588
Submitted by:	Jose Alonso Cardenas Marquez <acardenas@@bsd.org.pe>
Approved by:	rob@@debank.tv (current maintainer)
@
text
@d9 1
d23 4
@


1.3
log
@- Only for FreeBSD 4.X and 5.X

Reported by:	krismail
@
text
@d8 1
a8 1
PORTVERSION=	2.1.0
d12 1
a12 1
MAINTAINER=	rob@@debank.tv
d16 3
d22 3
a24 2
.if ${OSVERSION} >= 600000
IGNORE=		"Only supports FreeBSD 4.X and 5.X"
d27 3
d31 8
a38 2
	${MKDIR} ${PREFIX}/modules/
	${INSTALL_DATA} ${WRKSRC}/dazuko.ko ${PREFIX}/modules/dazuko.ko
d41 2
a42 1
	${SH} ${PKGINSTALL} ${PREFIX} POST-INSTALL
@


1.2
log
@- Update to 2.1.0

PR:		ports/85899
Submitted by:	Rob Evers <rob@@debank.tv> (maintainer)
@
text
@d19 4
@


1.1
log
@Add dazuko 2.0.2, a common interface for 3rd party file access control.

PR:		ports/63624
Submitted by:	Rob Evers <rob@@debank.tv>
@
text
@d8 1
a8 1
PORTVERSION=	2.0.2
a18 4
.if !${OSVERSION} < 500000
IGNORE=	"Only compiles on 4.x"
.endif

@

