summaryrefslogtreecommitdiff
path: root/net/samba/Makefile
diff options
context:
space:
mode:
authorGary Palmer <gpalmer@FreeBSD.org>1995-02-11 18:28:43 +0000
committerGary Palmer <gpalmer@FreeBSD.org>1995-02-11 18:28:43 +0000
commit5533eb253531cc196a1b096bbbfac2d0c887afbc (patch)
tree16e9a5b78d1d8a53e52fcd43ab31c52c69e302ad /net/samba/Makefile
parentadd ircII back to the subdirs list (diff)
Samba - the client/server for SMB to allow PC clients to access Unix
resouces and vice-versa
Notes
Notes: svn path=/head/; revision=940
Diffstat (limited to 'net/samba/Makefile')
-rw-r--r--net/samba/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/net/samba/Makefile b/net/samba/Makefile
new file mode 100644
index 000000000000..2e6a497902f2
--- /dev/null
+++ b/net/samba/Makefile
@@ -0,0 +1,15 @@
+# New ports collection makefile for: samba
+# Version required: 1.9.02
+# Date created: 11th Feb 1995
+# Whom: gpalmer
+#
+# $Id$
+#
+
+DISTNAME= samba-1.9.02
+MASTER_SITES= ftp://nimbus.anu.edu.au/pub/tridge/samba/
+
+pre-install:
+ @mkdir -p /usr/local/samba
+
+.include <bsd.port.mk>