1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00

Add WITHOUT_SAMBA knob.

This commit is contained in:
Max Khon 2003-10-02 14:28:56 +00:00
parent d555909b32
commit bd5963a7b2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=90034

View File

@ -24,10 +24,13 @@ BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig
USE_GMAKE= yes
USE_REINPLACE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-samba --with-configdir=${LOCALBASE}/etc \
--with-codepagedir=${LOCALBASE}/etc/codepages
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
.if !defined(WITHOUT_SAMBA)
CONFIGURE_ARGS+=--with-samba --with-configdir=${LOCALBASE}/etc \
--with-codepagedir=${LOCALBASE}/etc/codepages
.endif
.if !defined(WITHOUT_ICONV)
CONFIGURE_ARGS+=--enable-charset
LIB_DEPENDS+= iconv.3:${PORTSDIR}/converters/libiconv