mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
16 lines
282 B
Makefile
16 lines
282 B
Makefile
|
# 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>
|