freebsd-ports/security/squidclamav/Makefile
Frederic Culot e74b252d55 - Update to 5.7
Changes:	http://squidclamav.darold.net/news.html
PR:		ports/154691
Submitted by:	Laurent Levier <llevier AT argosnet.com> (maintainer)
2011-02-12 09:38:53 +00:00

37 lines
953 B
Makefile

# New ports collection makefile for: squidclamav
# Date created: 2008-06-02
# Whom: Laurent LEVIER <llevier@argosnet.com>
#
# $FreeBSD$
#
PORTNAME= squidclamav
PORTVERSION= 5.7
CATEGORIES= security
MASTER_SITES= SF
MAINTAINER= llevier@argosnet.com
COMMENT= Squid interface to ClamAV
LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
NO_LATEST_LINK= yes
SUB_FILES= pkg-message
PLIST_FILES= bin/${PORTNAME} etc/${PORTNAME}.conf.dist
MAN1= ${PORTNAME}.1
post-configure:
@${REINPLACE_CMD} -E 's|^(LDFLAGS = ).*|\1-L${LOCALBASE}/lib|' \
${WRKSRC}/Makefile
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${PREFIX}/bin
@${INSTALL_DATA} ${WRKSRC}/etc/${PORTNAME}.conf ${PREFIX}/etc/${PORTNAME}.conf.dist
@${INSTALL_MAN} ${WRKSRC}/doc/${PORTNAME}.1 ${MANPREFIX}/man/man1/${PORTNAME}.1
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>