freebsd-ports/security/drwebd/Makefile
Pav Lucistnik f32ccb84f9 - Reason for existence of this port passed, set detonator: 2 months.
PR:		ports/66926
Submitted by:	Serge Negodyuck <petr@petrovich.kiev.ua>
2004-05-25 18:44:11 +00:00

42 lines
969 B
Makefile

# New ports collection makefile for: drwebd
# Date created: 10.05.2002
# Whom: Andrey A. Chernov <ache@freebsd.org>
#
# $FreeBSD$
#
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>