aboutsummaryrefslogtreecommitdiff
path: root/net/samba3/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/samba3/Makefile
parentdb51bf54ec6b70ab1e7a5c13eb4778f05685b554 (diff)
downloadports-5533eb253531cc196a1b096bbbfac2d0c887afbc.tar.gz
ports-5533eb253531cc196a1b096bbbfac2d0c887afbc.zip
Notes
Diffstat (limited to 'net/samba3/Makefile')
-rw-r--r--net/samba3/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/net/samba3/Makefile b/net/samba3/Makefile
new file mode 100644
index 000000000000..2e6a497902f2
--- /dev/null
+++ b/net/samba3/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>