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:
parent
d555909b32
commit
bd5963a7b2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=90034
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user