# $NetBSD: Makefile,v 1.9 2004/10/03 00:18:27 tv Exp $ # DISTNAME= squidGuard-1.2.0 PKGREVISION= 3 CATEGORIES= www MASTER_SITES= ftp://ftp.teledanmark.no/pub/www/proxy/squidGuard/ \ http://ftp.teledanmark.no/pub/www/proxy/squidGuard/ MAINTAINER= zuntum@NetBSD.org HOMEPAGE= http://www.squidguard.org/ COMMENT= Ultrafast and free filter, redirector and access controller for Squid GNU_CONFIGURE= YES USE_BUILDLINK3= YES CONFIGURE_ARGS+= --with-db-inc=${BUILDLINK_PREFIX.db3}/include/db3 CONFIGURE_ARGS+= --with-db-lib=${BUILDLINK_PREFIX.db3}/lib/db3 CONFIGURE_ARGS+= --with-sg-config=${PKG_SYSCONFDIR}/squidguard/filter.conf CONFIGURE_ARGS+= --with-sg-logdir=/var/squidguard/log CONFIGURE_ARGS+= --with-sg-dbhome=/var/squidguard/db .include "../../databases/db3/buildlink3.mk" .include "../../mk/bsd.pkg.mk"