# New ports collection makefile for: bfilter # Date created: 10.05.2003 # Whom: Kirill Ponomarew # # $FreeBSD$ # PORTNAME= bfilter PORTVERSION= 0.8.2a CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= krion@FreeBSD.org COMMENT= Smart filtering HTTP proxy LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} .if defined(WITH_DEBUG) CONFIGURE_ARGS+= --enable-debug .endif .if defined(WITH_GUI) USE_GNOME= gtk20 pkgconfig LIB_DEPENDS= gtkmm-2.0:${PORTSDIR}/x11-toolkits/gtk--2 CONFIGURE_ARGS+= --with-gui PLIST_SUB+= WITH_GUI="" .else PLIST_SUB+= WITH_GUI="@comment " .endif .include