Ticket #1510: Portfile

File Portfile, 739 bytes (added by danielluke (Daniel J. Luke), 21 years ago)

clamav 0.66 portfile

Line 
1# $Id: Portfile,v 1.2 2004/01/15 07:53:04 toby Exp $
2
3PortSystem 1.0
4name                    clamav
5version                 0.66
6categories              sysutils
7maintainers             dluke@geeklair.net
8description             clamav antivirus software
9long_description                Clam AntiVirus is a GPL anti-virus toolkit for UNIX. The \
10                                                main purpose of this software is the integration with mail \
11                                                servers (attachment scanning).
12homepage                http://www.clamav.net
13master_sites    {sourceforge}
14checksums               md5 f0a5d7f35106fb7b176bca5cd28a1bed
15platforms               darwin
16configure.args  --disable-clamav --mandir=${prefix}/share/man
17
18post-install    {         
19                                        ui_msg "\nYou need to add a new clamav user and clamav\
20                                                        group to your system if you want to use clamav\
21                                                        in superuser mode.\n"
22                                }