mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
441d6f4800
- Add support for STAGEDIR - Properly set configure iconv args PR: ports/182439 [1] Reported by: Gerard Seibert <gerard@seibercom.net>
22 lines
532 B
Makefile
22 lines
532 B
Makefile
# Created by: Pawel Pekala <c0rn@o2.pl>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= clamd
|
|
PORTREVISION= 0
|
|
|
|
COMMENT= ClamAV based antivirus plugin for Claws Mail
|
|
|
|
RUN_DEPENDS= clamd:${PORTSDIR}/security/clamav
|
|
|
|
CLAWS_PLUGINS_BUILD= clamd
|
|
|
|
post-install:
|
|
@${ECHO}
|
|
@${ECHO_CMD} "********************************************************************************"
|
|
@${CAT} ${PKGMESSAGE}
|
|
@${ECHO_CMD} "********************************************************************************"
|
|
@${ECHO}
|
|
|
|
.include "../claws-mail/Makefile.claws"
|
|
.include <bsd.port.mk>
|