diff options
author | Gary Palmer <gpalmer@FreeBSD.org> | 1995-02-11 18:28:43 +0000 |
---|---|---|
committer | Gary Palmer <gpalmer@FreeBSD.org> | 1995-02-11 18:28:43 +0000 |
commit | 5533eb253531cc196a1b096bbbfac2d0c887afbc (patch) | |
tree | 16e9a5b78d1d8a53e52fcd43ab31c52c69e302ad /net/samba3/Makefile | |
parent | db51bf54ec6b70ab1e7a5c13eb4778f05685b554 (diff) | |
download | ports-5533eb253531cc196a1b096bbbfac2d0c887afbc.tar.gz ports-5533eb253531cc196a1b096bbbfac2d0c887afbc.zip |
Notes
Diffstat (limited to 'net/samba3/Makefile')
-rw-r--r-- | net/samba3/Makefile | 15 |
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> |