head	1.6;
access;
symbols
	RELEASE_4_10_0:1.3
	RELEASE_5_2_1:1.3
	RELEASE_5_2_0:1.3
	RELEASE_4_9_0:1.3
	RELEASE_5_1_0:1.3
	RELEASE_4_8_0:1.3
	RELEASE_5_0_0:1.2
	RELEASE_4_7_0:1.1
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1;
locks; strict;
comment	@# @;


1.6
date	2004.06.29.09.35.22;	author linimon;	state dead;
branches;
next	1.5;

1.5
date	2004.05.25.18.44.11;	author pav;	state Exp;
branches;
next	1.4;

1.4
date	2004.05.21.07.18.26;	author ache;	state Exp;
branches;
next	1.3;

1.3
date	2003.03.07.06.10.39;	author ade;	state Exp;
branches;
next	1.2;

1.2
date	2002.11.30.23.14.17;	author kris;	state Exp;
branches;
next	1.1;

1.1
date	2002.05.10.12.58.42;	author ache;	state Exp;
branches;
next	;


desc
@@


1.6
log
@As previously announced, remove drwebd.  Its functionality is already
included in security/drweb.
@
text
@# New ports collection makefile for:   drwebd
# Date created:        10.05.2002
# Whom:                Andrey A. Chernov <ache@@freebsd.org>
#
# $FreeBSD: ports/security/drwebd/Makefile,v 1.5 2004/05/25 18:44:11 pav Exp $
#

PORTNAME=       drwebd
PORTVERSION=    1.0
CATEGORIES=	security
EXTRACT_ONLY=

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Satellite port to activate DrWeb daemon

DEPRECATED=	Port security/drweb already contains startup script
EXPIRATION_DATE=	2004-06-21

DESCR=          ${PORTSDIR}/security/drweb/pkg-descr

RUN_DEPENDS=    ${LOCALBASE}/drweb/drwebd:${PORTSDIR}/security/drweb

NO_BUILD=       yes
NO_WRKSUBDIR=   yes
NO_CHECKSUM=	yes

do-fetch:
	@@${DO_NADA}

do-patch:
	${SED} "s#%PREFIX%#${PREFIX}#g" < ${FILESDIR}/drweb-0.sh \
	    > ${WRKSRC}/drweb-0.sh

do-install:
	${INSTALL_DATA} ${WRKSRC}/drweb-0.sh \
	     ${PREFIX}/etc/rc.d/drweb-0.sh-dist
	if [ ! -f ${PREFIX}/etc/rc.d/drweb-0.sh ]; then \
		${INSTALL_SCRIPT} ${WRKSRC}/drweb-0.sh \
		     ${PREFIX}/etc/rc.d/drweb-0.sh; \
	fi

.include <bsd.port.mk>
@


1.5
log
@- Reason for existence of this port passed, set detonator: 2 months.

PR:		ports/66926
Submitted by:	Serge Negodyuck <petr@@petrovich.kiev.ua>
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.4
log
@Remove myself from maintainer
@
text
@d16 3
@


1.3
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=     ache@@FreeBSD.org
@


1.2
log
@Use NO_CHECKSUM instead of overriding checksum: target.  This port should
be reworked to be a slave port of the drweb port.
@
text
@d14 1
@


1.1
log
@Satellite port to run drwebd at the system startup
@
text
@d17 2
d21 1
a21 5

RUN_DEPENDS=    ${LOCALBASE}/drweb/drwebd:${PORTSDIR}/security/drweb

checksum:
	@@${DO_NADA}
@

