blob: b0a358c83d22e418952a9278e1513d4024fe0b84 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# $NetBSD: Makefile,v 1.5 2003/07/17 22:56:03 grant Exp $
#
DISTNAME= squidGuard-1.2.0
PKGREVISION= 1
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_BUILDLINK2= 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}/squidguard/filter.conf
CONFIGURE_ARGS+= --with-sg-logdir=/var/squidguard/log
CONFIGURE_ARGS+= --with-sg-dbhome=/var/squidguard/db
.include "../../databases/db3/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
|