Lines 6-15
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= bfilter |
8 |
PORTNAME= bfilter |
9 |
PORTVERSION= 1.1.2 |
9 |
PORTVERSION= 1.1.3 |
10 |
CATEGORIES= net |
10 |
CATEGORIES= net |
11 |
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} |
11 |
MASTER_SITES= SFE |
12 |
MASTER_SITE_SUBDIR= ${PORTNAME} |
|
|
13 |
|
12 |
|
14 |
MAINTAINER= ports@FreeBSD.org |
13 |
MAINTAINER= ports@FreeBSD.org |
15 |
COMMENT= Smart filtering HTTP proxy |
14 |
COMMENT= Smart filtering HTTP proxy |
Lines 17-24
Link Here
|
17 |
LIB_DEPENDS= ACE.5:${PORTSDIR}/devel/ace \ |
16 |
LIB_DEPENDS= ACE.5:${PORTSDIR}/devel/ace \ |
18 |
sigc-2.0.0:${PORTSDIR}/devel/libsigc++20 |
17 |
sigc-2.0.0:${PORTSDIR}/devel/libsigc++20 |
19 |
|
18 |
|
|
|
19 |
USE_GNOME= gnometarget |
20 |
GNU_CONFIGURE= yes |
20 |
GNU_CONFIGURE= yes |
21 |
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |
|
|
22 |
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |
21 |
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |
23 |
LDFLAGS="-L${LOCALBASE}/lib" |
22 |
LDFLAGS="-L${LOCALBASE}/lib" |
24 |
|
23 |
|
Lines 40-45
Link Here
|
40 |
post-patch: |
39 |
post-patch: |
41 |
@${REINPLACE_CMD} -e 's|"pthreads.*pthread-config"|"${PTHREAD_LIBS}"|g' \ |
40 |
@${REINPLACE_CMD} -e 's|"pthreads.*pthread-config"|"${PTHREAD_LIBS}"|g' \ |
42 |
${WRKSRC}/configure |
41 |
${WRKSRC}/configure |
|
|
42 |
@${REINPLACE_CMD} -e 's|^SUBDIRS|@WITH_GUI_TRUE@SUBDIRS|g' \ |
43 |
${WRKSRC}/main/gui/gtk/Makefile.in |
43 |
|
44 |
|
44 |
post-install: |
45 |
post-install: |
45 |
.if defined(WITH_GUI) |
46 |
.if defined(WITH_GUI) |