summaryrefslogtreecommitdiffstats
path: root/net/samba3
diff options
context:
space:
mode:
authordwcjr <dwcjr@FreeBSD.org>2002-04-29 13:53:47 +0000
committerdwcjr <dwcjr@FreeBSD.org>2002-04-29 13:53:47 +0000
commit1319853bdbf8605d8fef79f52bd18c8583ea7846 (patch)
treef6825d5012d35c57e9b80a02c9fe3a95aa909a9d /net/samba3
parentcfb360c591e20d1aa1a8ae40e655225788773035 (diff)
downloadFreeBSD-ports-1319853bdbf8605d8fef79f52bd18c8583ea7846.zip
FreeBSD-ports-1319853bdbf8605d8fef79f52bd18c8583ea7846.tar.gz
Add utmp, quote and msdfs knob
Submitted by: l.ertl@univie.ac.at
Diffstat (limited to 'net/samba3')
-rw-r--r--net/samba3/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/net/samba3/Makefile b/net/samba3/Makefile
index 4e224af..7a7b65a 100644
--- a/net/samba3/Makefile
+++ b/net/samba3/Makefile
@@ -28,6 +28,18 @@ CONFIGURE_ENV+= CPPFLAGS=-I${LOCALBASE}/include \
LDFLAGS=-L${LOCALBASE}/lib
.endif
+.if defined(WITH_QUOTAS)
+CONFIGURE_ARGS+= --with-quotas
+.endif
+
+.if defined(WITH_UTMP)
+CONFIGURE_ARGS+= --with-utmp
+.endif
+
+.if defined(WITH_MSDFS)
+CONFIGURE_ARGS+= --with-msdfs
+.endif
+
# directories
VARDIR= /var
SAMBA_SPOOL= ${VARDIR}/spool/samba
OpenPOWER on IntegriCloud