head	1.20;
access;
symbols
	RELEASE_8_3_0:1.18
	RELEASE_9_0_0:1.18
	RELEASE_7_4_0:1.16
	RELEASE_8_2_0:1.16
	RELEASE_6_EOL:1.16
	RELEASE_8_1_0:1.15
	RELEASE_7_3_0:1.15
	RELEASE_8_0_0:1.15
	RELEASE_7_2_0:1.15
	RELEASE_7_1_0:1.14
	RELEASE_6_4_0:1.14
	RELEASE_5_EOL:1.13
	RELEASE_7_0_0:1.13
	RELEASE_6_3_0:1.13
	PRE_XORG_7:1.13
	RELEASE_4_EOL:1.13
	RELEASE_6_2_0:1.13
	RELEASE_6_1_0:1.11
	RELEASE_5_5_0:1.11
	RELEASE_6_0_0:1.11
	RELEASE_5_4_0:1.11
	RELEASE_4_11_0:1.11
	RELEASE_5_3_0:1.11
	RELEASE_4_10_0:1.11
	RELEASE_5_2_1:1.8
	RELEASE_5_2_0:1.8
	RELEASE_4_9_0:1.8
	RELEASE_5_1_0:1.7
	RELEASE_4_8_0:1.7
	RELEASE_5_0_0:1.6
	RELEASE_4_7_0:1.6
	RELEASE_4_6_2:1.6
	RELEASE_4_6_1:1.6
	RELEASE_4_6_0:1.6
	RELEASE_5_0_DP1:1.6
	RELEASE_4_5_0:1.6
	RELEASE_4_4_0:1.6
	RELEASE_4_3_0:1.5
	RELEASE_4_2_0:1.4
	RELEASE_4_1_1:1.3
	RELEASE_4_1_0:1.3
	RELEASE_3_5_0:1.3
	RELEASE_4_0_0:1.1;
locks; strict;
comment	@# @;


1.20
date	2013.01.31.19.48.39;	author svnexp;	state Exp;
branches;
next	1.19;

1.19
date	2012.11.17.06.03.06;	author svnexp;	state Exp;
branches;
next	1.18;

1.18
date	2011.06.24.17.45.04;	author dinoex;	state Exp;
branches;
next	1.17;

1.17
date	2011.02.25.01.32.11;	author delphij;	state Exp;
branches;
next	1.16;

1.16
date	2010.09.14.18.05.33;	author dinoex;	state Exp;
branches;
next	1.15;

1.15
date	2009.01.05.19.04.39;	author delphij;	state Exp;
branches;
next	1.14;

1.14
date	2008.06.06.14.07.13;	author edwin;	state Exp;
branches;
next	1.13;

1.13
date	2006.07.09.08.07.06;	author dinoex;	state Exp;
branches;
next	1.12;

1.12
date	2006.06.13.14.39.28;	author dinoex;	state Exp;
branches;
next	1.11;

1.11
date	2004.02.10.06.34.31;	author dinoex;	state Exp;
branches;
next	1.10;

1.10
date	2004.02.04.05.09.35;	author marcus;	state Exp;
branches;
next	1.9;

1.9
date	2003.12.11.09.24.46;	author dinoex;	state Exp;
branches;
next	1.8;

1.8
date	2003.07.29.09.12.34;	author sobomax;	state Exp;
branches;
next	1.7;

1.7
date	2003.03.07.06.12.53;	author ade;	state Exp;
branches;
next	1.6;

1.6
date	2001.05.03.18.55.04;	author sobomax;	state Exp;
branches;
next	1.5;

1.5
date	2001.02.05.15.33.47;	author olgeni;	state Exp;
branches;
next	1.4;

1.4
date	2000.11.01.15.51.10;	author sobomax;	state Exp;
branches;
next	1.3;

1.3
date	2000.05.17.11.18.25;	author sobomax;	state Exp;
branches;
next	1.2;

1.2
date	2000.04.10.00.06.49;	author cpiazza;	state Exp;
branches;
next	1.1;

1.1
date	2000.01.29.05.56.24;	author steve;	state Exp;
branches;
next	;


desc
@@


1.20
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/311324
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# New ports collection makefile for:	smb_auth
# Date created:				13 January 2000
# Whom:					Maxim Sobolev <sobomax@@FreeBSD.org>
#
# $FreeBSD: head/www/smb_auth/Makefile 311324 2013-01-31 19:14:08Z timur $
#

PORTNAME=	smb_auth
PORTVERSION=	0.05
PORTREVISION=	5
CATEGORIES=	www
MASTER_SITES=	${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR=	dinoex

MAINTAINER=	dinoex@@FreeBSD.org
COMMENT=	A proxy authentication module against an SMB server

.if !defined(WITHOUT_REGISTER_SAMBA)
RUN_DEPENDS=	${LOCALBASE}/sbin/smbd:${PORTSDIR}/${SAMBA_PORT}
.endif

ALL_TARGET=	smb_auth
SAMBA_PORT?=	net/samba36

do-install:
		${INSTALL_PROGRAM} ${WRKSRC}/smb_auth ${PREFIX}/bin
		${INSTALL_SCRIPT} ${WRKSRC}/smb_auth.sh ${PREFIX}/bin
.if !defined(NOPORTDOCS)
		${MKDIR} ${DOCSDIR}
		${INSTALL_DATA} ${FILESDIR}/README ${DOCSDIR}/
.endif

post-install:
		@@${ECHO_MSG}
		@@${ECHO_MSG} ' +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++'
		@@${ECHO_MSG} '  Refer to ${PREFIX}/share/doc/smb_auth/README on how to configure smb_auth.'
		@@${ECHO_MSG}
		@@${ECHO_MSG} '  NOTE: For smb_auth to work properly you must set debug level>0 in your'
		@@${ECHO_MSG} '        smb.conf file.'
		@@${ECHO_MSG} ' +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++'
		@@${ECHO_MSG}

.include <bsd.port.mk>
@


1.19
log
@Switch exporter over
@
text
@d5 1
a5 1
# $FreeBSD: head/www/smb_auth/Makefile 300897 2012-07-14 14:29:18Z beat $
d23 1
a23 1
SAMBA_PORT?=	net/samba34
@


1.18
log
@- cleanup compiler warnings
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.17
log
@Chase after net/openldap24-server update.

Reminded by:	miwi
@
text
@d10 1
a10 1
PORTREVISION=	4
@


1.16
log
@- update RUN_DEPENDS to samba34
@
text
@d10 1
a10 1
PORTREVISION=	3
@


1.15
log
@Bump PORTREVISION's after OpenLDAP update.

Suggested by:	rafan
@
text
@d23 1
a23 1
SAMBA_PORT?=	net/samba3
@


1.14
log
@Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@@
Approved by:    portmgr (pav)
@
text
@d10 1
a10 1
PORTREVISION=	2
@


1.13
log
@- fix lost MASTER_SITES
@
text
@d10 1
a10 1
PORTREVISION=	1
@


1.12
log
@- update to use net/samba3 as default
@
text
@d12 2
a13 1
MASTER_SITES=	http://www.hacom.nl/~richard/software/
@


1.11
log
@- new option WITHOUT_REGISTER_SAMBA
@
text
@d22 1
a22 1
SAMBA_PORT?=	net/samba
@


1.10
log
@Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)
@
text
@d17 1
d19 1
@


1.9
log
@- Take maintainership
- remove squid dependecy
(squid may depend on this module when configured)
- new option SAMBA_PORT
- use DOCSDIR
- don't install another copy of GPL
- don't use INSTALL_MAN for non manpages
@
text
@d10 1
@


1.8
log
@Let be hohest: I really don't have a time now to properly maintain all
these great pieces of software, so that let others with more free time
to take over them.
@
text
@d13 1
a13 1
MAINTAINER=	ports@@FreeBSD.org
d16 1
a16 2
RUN_DEPENDS=	${LOCALBASE}/sbin/squid:${PORTSDIR}/www/squid24 \
		${LOCALBASE}/sbin/smbd:${PORTSDIR}/net/samba
d19 1
d25 2
a26 3
		${MKDIR} ${PREFIX}/share/doc/smb_auth
		${INSTALL_MAN} ${FILESDIR}/README ${PREFIX}/share/doc/smb_auth
		${INSTALL_MAN} ${WRKSRC}/COPYING-2.0 ${PREFIX}/share/doc/smb_auth
@


1.7
log
@Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
@
text
@d13 1
a13 1
MAINTAINER=	sobomax@@FreeBSD.org
@


1.6
log
@Use latest squid in RUN_DEPENDS.
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/smb_auth/Makefile,v 1.5 2001/02/05 15:33:47 olgeni Exp $
d14 1
@


1.5
log
@Some spaces -> tabs for ports/www.
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/smb_auth/Makefile,v 1.4 2000/11/01 15:51:10 sobomax Exp $
d15 1
a15 1
RUN_DEPENDS=	${LOCALBASE}/sbin/squid:${PORTSDIR}/www/squid22 \
@


1.4
log
@Whitespace-only:
Make indentation uniform across my ports.
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/smb_auth/Makefile,v 1.3 2000/05/17 11:18:25 sobomax Exp $
d9 1
a9 1
PORTVERSION= 	0.05
@


1.3
log
@'s|sobomax@@altavista.net|sobomax@@FreeBSD.org|'
@
text
@d2 2
a3 2
# Date created:		13 January 2000
# Whom:			Maxim Sobolev <sobomax@@FreeBSD.org>
d5 1
a5 1
# $FreeBSD: ports/www/smb_auth/Makefile,v 1.2 2000/04/10 00:06:49 cpiazza Exp $
@


1.2
log
@Update with the new PORTNAME/PORTVERSION variables
@
text
@d3 1
a3 1
# Whom:			Maxim Sobolev <sobomax@@altavista.net>
d5 1
a5 1
# $FreeBSD: ports/www/smb_auth/Makefile,v 1.1 2000/01/29 05:56:24 steve Exp $
d13 1
a13 1
MAINTAINER=	sobomax@@altavista.net
@


1.1
log
@Adding smb_auth version 0.05.
A proxy authentication modules against an SMB server.

PR:		16100
Submitted by:	Maxim Sobolev <sobomax@@altavista.net>
@
text
@a1 1
# Version required:	0.05
d5 1
a5 1
# $FreeBSD$
d8 2
a9 1
DISTNAME=	smb_auth-0.05
@

