aboutsummaryrefslogtreecommitdiff
path: root/net/samba3
diff options
context:
space:
mode:
authorDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2002-04-29 13:53:47 +0000
committerDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2002-04-29 13:53:47 +0000
commit54dd3afa1fe3dedc1bec79d82f44c0b57b0ba9f9 (patch)
treed8f40bd6d4f79a86990776dfe0da0e8157ae7033 /net/samba3
parent786a6554ae6280a77d5607caf5786da22e1564f9 (diff)
downloadports-54dd3afa1fe3dedc1bec79d82f44c0b57b0ba9f9.tar.gz
ports-54dd3afa1fe3dedc1bec79d82f44c0b57b0ba9f9.zip
Notes
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 4e224afc9c7d..7a7b65ad1dec 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