aboutsummaryrefslogtreecommitdiffstats
path: root/net/samba-devel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/samba-devel/Makefile')
-rw-r--r--net/samba-devel/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/net/samba-devel/Makefile b/net/samba-devel/Makefile
new file mode 100644
index 000000000000..2e6a497902f2
--- /dev/null
+++ b/net/samba-devel/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>