1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/security/samba-vscan/Makefile
Vanilla I. Shu 658a6577f3 Add samba-vscan 0.3.4, on-access virus scanning with Samba.
While I am here,

  - make portlint happy,
  - use WRKSRC instead hardcode path.
  - use SAMBASRC instead wrong path if WRKDIRPREFIX env set.
  - remove PORTREVISION on new ports.

PR:		ports/63464
Submitted by:	Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
2004-02-28 17:48:28 +00:00

42 lines
1.4 KiB
Makefile

# New ports collection makefile for: samba-vscan
# Date created: 27 February 2004
# Whom: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
#
# $FreeBSD$
#
PORTNAME= samba-vscan
PORTVERSION= 0.3.4
CATEGORIES= security
MASTER_SITES= http://heanet.dl.sourceforge.net/sourceforge/openantivirus/ \
http://easynews.dl.sourceforge.net/sourceforge/openantivirus/ \
http://flow.dl.sourceforge.net/sourceforge/openantivirus/
MAINTAINER= jmelo@freebsdbrasil.com.br
COMMENT= On-access virus scanning with Samba
BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/net/samba:configure
USE_BZIP2= yes
SAMBA_WRKSRC= `cd ${PORTSDIR}/net/samba; make -V WRKSRC`
HAS_CONFIGURE= yes
USE_GMAKE= yes
CONFIGURE_ARGS= --with-samba-source=${SAMBA_WRKSRC}
ETCDIR= ${PREFIX}/etc/samba-vscan
PKGMESSAGE= ${WRKDIR}/pkg-message
post-install:
@${MKDIR} ${PREFIX}/etc/samba-vscan
@${INSTALL_DATA} ${WRKSRC}/clamav/vscan-clamav.conf ${ETCDIR}
@${INSTALL_DATA} ${WRKSRC}/fprot/vscan-fprotd.conf ${ETCDIR}
@${INSTALL_DATA} ${WRKSRC}/icap/vscan-icap.conf ${ETCDIR}
@${INSTALL_DATA} ${WRKSRC}/kaspersky/vscan-kavp.conf ${ETCDIR}
@${INSTALL_DATA} ${WRKSRC}/mks/vscan-mks32.conf ${ETCDIR}
@${INSTALL_DATA} ${WRKSRC}/openantivirus/vscan-oav.conf ${ETCDIR}
@${INSTALL_DATA} ${WRKSRC}/sophos/vscan-sophos.conf ${ETCDIR}
@${INSTALL_DATA} ${WRKSRC}/trend/vscan-trend.conf ${ETCDIR}
@${SED} "s|%%PREFIX%%|${PREFIX}|g;" ${.CURDIR}/pkg-message > ${PKGMESSAGE}
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>