aboutsummaryrefslogtreecommitdiff
path: root/security/clamd-stream-client/Makefile
blob: b8170c5776855a371a94234f85f866cb4352ef43 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Created by: glen.j.barber@gmail.com

PORTNAME=	clamd-stream-client
DISTVERSION=	1.3
CATEGORIES=	security
MASTER_SITES=	SF/clamd-stream-cl/${PORTNAME}/${DISTVERSION}

MAINTAINER=	gjb@FreeBSD.org
COMMENT=	Standalone clamav client

HAS_CONFIGURE=	yes
PLIST_FILES=	bin/clamd-stream-client

do-install:
	${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin

.include <bsd.port.mk>