pkgsrc/www/squidGuard/Makefile
tv c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00

24 lines
815 B
Makefile

# $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"