blob: d29a2ef45fe0a05e1c93354108ba34409156d4be (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Created by: Pawel Pekala <c0rn@o2.pl>
# $FreeBSD$
PORTNAME= clamd
PORTREVISION= 0
COMMENT= ClamAV based antivirus plugin for Claws Mail
RUN_DEPENDS= clamd:security/clamav
CLAWS_PLUGINS_BUILD= clamd
.include "../claws-mail/Makefile.claws"
.include <bsd.port.mk>
|