freebsd-ports/security/clamd-stream-client/Makefile
Glen Barber a5df041d69 Add stage support.
Sponsored by:	The FreeBSD Foundation
2014-05-31 23:42:30 +00:00

18 lines
402 B
Makefile

# Created by: glen.j.barber@gmail.com
# $FreeBSD$
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>