head	1.4;
access;
symbols
	RELEASE_4_10_0:1.3
	RELEASE_5_2_1:1.2
	RELEASE_5_2_0:1.2
	RELEASE_4_9_0:1.2
	RELEASE_5_1_0:1.2;
locks; strict;
comment	@# @;


1.4
date	2004.05.18.14.54.10;	author linimon;	state dead;
branches;
next	1.3;

1.3
date	2004.04.13.22.46.00;	author kris;	state Exp;
branches;
next	1.2;

1.2
date	2003.04.05.22.37.49;	author edwin;	state Exp;
branches;
next	1.1;

1.1
date	2003.04.05.09.40.55;	author edwin;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Remove due to licensing concerns.  From the maintainer:

  Remove this port from the port repository.

  This is a commercial software from HB-EDV in germany.

  I had a lot of discussion about software for FreeBSD,
  but the developer Thomas Stelz didn't recognised my
  needs for FreeBSD.

Approved by:	Oliver Breuninger <ob@@breuninger.org> (maintainer)
@
text
@# New ports collection makefile for:	avmailgate
# Date created:		January 29, 2002
# Whom:			Oliver Breuninger <ob@@breuninger.org>
#
# $FreeBSD: ports/security/avmailgate/Makefile,v 1.3 2004/04/13 22:46:00 kris Exp $

#
# http://www.antivir.de/dateien/antivir/fuse6/fuse6.zip
#

PORTNAME=	avmailgate
PORTVERSION=	6.12.0.0
CATEGORIES=	security
MASTER_SITES=	ftp://ftp.antivir.de/freebsd/distfiles/
DISTNAME=	${PORTNAME}-${PORTVERSION}-freebsd
EXTRACT_SUFX=	.tgz

MAINTAINER=	ob@@breuninger.org
COMMENT=	AntiVir MailGate mail virusscanner

WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}-FreeBSD

NO_BUILD=	yes

BROKEN=		"Creates files in /etc and /usr/lib"

do-install:
	@@${MKDIR} ${LOCALBASE}/etc/antivir
	@@${MKDIR} /var/spool/avmailgate
	@@${MKDIR} /var/spool/avmailgate/incoming
	@@${MKDIR} /var/spool/avmailgate/outgoing
	@@${MKDIR} /var/spool/avmailgate/rejected
	@@${CHOWN} -R daemon:daemon /var/spool/avmailgate
	@@${CHMOD} 0700 /var/spool/avmailgate
	@@${CHMOD} 0700 /var/spool/avmailgate/incoming
	@@${CHMOD} 0700 /var/spool/avmailgate/rejected
	@@${CHMOD} 0700 /var/spool/avmailgate/outgoing
	@@${LN} -fs ${LOCALBASE}/etc/antivir			/usr/lib/AntiVir
	@@${LN} -fs ${LOCALBASE}/etc/antivir/avmailgate.acl	/etc/avmailgate.acl
	@@${LN} -fs ${LOCALBASE}/etc/antivir/avmailgate.conf	/etc/avmailgate.conf
	@@${CP} -p ${FILESDIR}/avmailgate.sh			${LOCALBASE}/etc/rc.d
	@@${CP} -p ${WRKSRC}/antivir.vdf				${LOCALBASE}/etc/antivir
	@@${CP} -p ${WRKSRC}/avmailgate/avgated			${LOCALBASE}/sbin
	@@${CP} -p ${WRKSRC}/avmailgate/script/avq		${LOCALBASE}/sbin
	@@${CP} -p ${WRKSRC}/avmailgate/avgatefwd		${LOCALBASE}/sbin
	@@${CP} -p ${WRKSRC}/avmailgate/etc/avmailgate.*		${LOCALBASE}/etc/antivir
	@@${CP} -p ${WRKSRC}/avmailgate/man/*.5			${LOCALBASE}/man/man5
	@@${CP} -p ${WRKSRC}/avmailgate/man/*.8			${LOCALBASE}/man/man8

post-install:
	@@${ECHO_MSG} ""
	@@${ECHO_MSG} "******************************************************************"
	@@${ECHO_MSG} ""
	@@${ECHO_MSG} "For full functionality of AntiVir MailGate you need an license key"
	@@${ECHO_MSG} "from H+BEDV Datentechnik GmbH."
	@@${ECHO_MSG} ""
	@@${ECHO_MSG} "Put the file avmgate.key into the directory ${LOCALBASE}/etc/antivir"
	@@${ECHO_MSG} ""
	@@${ECHO_MSG} "For more information on AntiVir please visit our web site"
	@@${ECHO_MSG} "http://www.antivir.de or http://www.hbedv.com."
	@@${ECHO_MSG} "mailto: support@@antivir.de"
	@@${ECHO_MSG} ""
	@@${ECHO_MSG} "AntiVir is a registered trademark of H+BEDV Datentechnik GmbH"
	@@${ECHO_MSG} ""
	@@${ECHO_MSG} "******************************************************************"
	@@${ECHO_MSG} ""

.include <bsd.port.mk>
@


1.3
log
@BROKEN: Creates files in /etc and /usr/lib
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.2
log
@Added COMMENT.
Ran portlint on it (strangely engouh, I've done all these fixes yesterday already)

Submitted by:	"Dan Langille" <dan@@langille.org>
@
text
@d25 2
@


1.1
log
@Port for H+B EDV avmailgate

	AntiVir MailGate for  FreeBSD protects your  electronic
	post office against viruses.

	It is  working  with  numerous common  Mail Transport Agents
	(MTA), like  sendmail,  postfix,  qmail and exim.  Operates
	at high speed, is easy to configure and  checks both incoming
	and outgoing emails.

PR:		ports/34461
Submitted by:	Oliver Breuninger <ob@@breuninger.org>
@
text
@a1 1
# Version required:	6.12
d12 1
a12 2
PORTVERSION=	6.12
DISTFILES=	avmailgate-6.12.0.0-freebsd.tgz
d15 3
d19 1
d21 1
a21 1
WRKSRC=		${WRKDIR}/avmailgate-6.12.0.0-FreeBSD
d55 2
a56 2
	@@${ECHO_MSG} "Put the file avmgate.key into the directory /usr/local/etc/antivir"
	@@${ECHO_MSG} ""	
a66 1

@

