summaryrefslogtreecommitdiff
path: root/net/samba3/Makefile
diff options
context:
space:
mode:
authorDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2001-11-08 05:14:12 +0000
committerDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2001-11-08 05:14:12 +0000
commite67048df8997e8d2a60ef1f5808c28f846aee697 (patch)
tree7ba68541ab63567f2c33d7199592cd8ad3e259e2 /net/samba3/Makefile
parentupdate K12-2000 to 0.15. (diff)
Add recycle bin support with WITH_RECYCLE hook
Notes
Notes: svn path=/head/; revision=49832
Diffstat (limited to 'net/samba3/Makefile')
-rw-r--r--net/samba3/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/net/samba3/Makefile b/net/samba3/Makefile
index f302f1dc9ed2..bc28efbe1537 100644
--- a/net/samba3/Makefile
+++ b/net/samba3/Makefile
@@ -7,6 +7,7 @@
PORTNAME= samba
PORTVERSION= 2.2.2
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= ftp://ftp.samba.org/pub/samba/%SUBDIR%/ \
ftp://samba.anu.edu.au/pub/samba/%SUBDIR%/ \
@@ -22,6 +23,11 @@ MAINTAINER= dwcjr@FreeBSD.org
LIB_DEPENDS= cups.2:${PORTSDIR}/print/cups
.endif
+.if defined(WITH_RECYCLE)
+PATCH_SITES+= http://www.amherst.edu/~bbstone/recycle_bin/2.2.2/
+PATCHFILES+= proto.h.patch loadparm.c.patch reply.c.patch
+.endif
+
# directories
VARDIR= /var
SAMBA_SPOOL= ${VARDIR}/spool/samba