View | Details | Raw Unified | Return to bug 66433 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-3 / +3 lines)
Lines 22-35 Link Here
22
USE_GNOME=	glib12 gtk12
22
USE_GNOME=	glib12 gtk12
23
USE_GMAKE=	yes
23
USE_GMAKE=	yes
24
USE_LIBTOOL_VER=13
24
USE_LIBTOOL_VER=13
25
GNU_CONFIGURE=  yes
25
GNU_CONFIGURE=	yes
26
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
26
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
27
		LDFLAGS="-L${LOCALBASE}/lib"
27
		LDFLAGS="-L${LOCALBASE}/lib"
28
CONFIGURE_ARGS+=	--with-docdir=${DOCSDIR}
28
CONFIGURE_ARGS+=	--with-docdir=${DOCSDIR}
29
INSTALLS_SHLIB=	yes
29
INSTALLS_SHLIB=	yes
30
PLIST_SUB+=	PORTVERSION="${PORTVERSION}"
30
PLIST_SUB+=	PORTVERSION="${PORTVERSION}"
31
31
32
MAN1=           fwbuilder.1 fwblookup.1 fwbedit.1 fwb_ipt.1 fwb_ipf.1 fwb_ipfw.1 fwb_pf.1 \
32
MAN1=		fwbuilder.1 fwblookup.1 fwbedit.1 fwb_ipt.1 fwb_ipf.1 fwb_ipfw.1 fwb_pf.1 \
33
		fwb_install.1 fwb_compile_all.1
33
		fwb_install.1 fwb_compile_all.1
34
34
35
.include <bsd.port.mk>
35
.include <bsd.port.mk>

Return to bug 66433