head	1.7;
access;
symbols
	RELEASE_8_3_0:1.6
	RELEASE_9_0_0:1.6
	RELEASE_7_4_0:1.5
	RELEASE_8_2_0:1.5
	RELEASE_6_EOL:1.5
	RELEASE_8_1_0:1.5
	RELEASE_7_3_0:1.5
	RELEASE_8_0_0:1.5
	RELEASE_7_2_0:1.5
	RELEASE_7_1_0:1.5
	RELEASE_6_4_0:1.5
	RELEASE_5_EOL:1.5
	RELEASE_7_0_0:1.5
	RELEASE_6_3_0:1.5
	PRE_XORG_7:1.5
	RELEASE_4_EOL:1.5
	RELEASE_6_2_0:1.4
	RELEASE_6_1_0:1.3
	RELEASE_5_5_0:1.3
	RELEASE_6_0_0:1.3
	RELEASE_5_4_0:1.3
	RELEASE_4_11_0:1.3
	RELEASE_5_3_0:1.3
	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
	RELEASE_4_8_0:1.2
	RELEASE_5_0_0:1.1
	RELEASE_4_7_0:1.1;
locks; strict;
comment	@# @;


1.7
date	2012.11.17.06.01.01;	author svnexp;	state Exp;
branches;
next	1.6;

1.6
date	2011.11.11.04.15.00;	author linimon;	state Exp;
branches;
next	1.5;

1.5
date	2006.12.21.22.33.42;	author miwi;	state Exp;
branches;
next	1.4;

1.4
date	2006.05.13.04.14.58;	author edwin;	state Exp;
branches;
next	1.3;

1.3
date	2004.03.26.13.20.57;	author osa;	state Exp;
branches;
next	1.2;

1.2
date	2003.02.21.13.26.41;	author knu;	state Exp;
branches;
next	1.1;

1.1
date	2002.08.23.12.39.43;	author obraun;	state Exp;
branches;
next	;


desc
@@


1.7
log
@Switch exporter over
@
text
@# New ports collection makefile for: avcheck
# Date created:         Fri Jun 14 14:31:42 MSD 2002
# Whom:                 dsh@@vlink.ru
#
# $FreeBSD: head/security/avcheck/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	avcheck
PORTVERSION=	0.91
CATEGORIES=	security
MASTER_SITES=	http://www.corpit.ru/ftp/avcheck/

MAINTAINER=	dsh@@vlink.ru
COMMENT=	A simple antivirus solution for a mail system

MAN1=		avcheck.1

PLIST_FILES=	sbin/avcheck sbin/uchroot
PORTDOCS=	README.AVP README.AVP.de README.DrWeb README.Exim \
		README.Postfix README.Postfix.de README.Sendmail eicar.msg \
		eicar.txt

post-patch:
	@@${REINPLACE_CMD} -e 's/^CC/#CC/g ; s/^CFLAGS/#CFLAGS/g' ${WRKSRC}/Makefile

do-install:
.for i in avcheck uchroot
	${INSTALL_PROGRAM} ${WRKSRC}/${i} ${PREFIX}/sbin/
.endfor

.for i in ${MAN1}
	${INSTALL_MAN} ${WRKSRC}/${i} ${MANPREFIX}/man/man1/
.endfor

.if !defined(NOPORTDOCS)
	${MKDIR} ${DOCSDIR}
.for i in ${PORTDOCS}
	${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}/
.endfor
.endif

.include <bsd.port.pre.mk>

.if ${ARCH} == "powerpc"
BROKEN=		Does not configure on powerpc: drops core
.endif

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


1.6
log
@Mark as broken on powerpc: drops core on configure.

Hat:		portmgr
Feature safe:	yes
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.5
log
@- Update to 0.91

PR:		ports/106949
Submitted by:	miwi
Approved by:	maintainer
@
text
@d42 7
a48 1
.include <bsd.port.mk>
@


1.4
log
@Remove USE_REINPLACE from all categories starting with S
@
text
@d9 1
a9 2
PORTVERSION=	0.9
PORTREVISION=	1
@


1.3
log
@Add DrWeb 4.31.3 support.
Move pkg-plist data to Makefile.
SIZEfy.
Bump PORTREVISON.

Submitted by:	Denis Shaposhnikov <dsh@@neva.vlink.ru> (maintainer)
Special thanks:	Wartan Hachaturow
PR:		64737
@
text
@a16 2
USE_REINPLACE=	yes

@


1.2
log
@De-pkg-comment.
@
text
@d10 1
d21 2
a22 1
AVCHECK_DOCS=	README.AVP README.AVP.de README.DrWeb README.Exim \
a24 1
AVCHECK_SBINS=	avcheck uchroot
d30 1
a30 1
.for i in ${AVCHECK_SBINS}
d40 1
a40 1
.for i in ${AVCHECK_DOCS}
@


1.1
log
@Add avcheck 0.9, a simple antivirus solution for a mail system.

PR:		ports/41922
Submitted by:	Denis Shaposhnikov <dsh@@vlink.ru>
Approved by:	dwcjr (mentor)
@
text
@d14 1
@

