1 | # $Id: Portfile,v 1.2 2004/01/15 07:53:04 toby Exp $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name clamav |
---|
5 | version 0.66 |
---|
6 | categories sysutils |
---|
7 | maintainers dluke@geeklair.net |
---|
8 | description clamav antivirus software |
---|
9 | long_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). |
---|
12 | homepage http://www.clamav.net |
---|
13 | master_sites {sourceforge} |
---|
14 | checksums md5 f0a5d7f35106fb7b176bca5cd28a1bed |
---|
15 | platforms darwin |
---|
16 | configure.args --disable-clamav --mandir=${prefix}/share/man |
---|
17 | |
---|
18 | post-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 | } |
---|