mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
e38110a2e9
- fixes root compromise security problem - WINS service and browsing across subnets now works too!
25 lines
549 B
Makefile
25 lines
549 B
Makefile
# New ports collection makefile for: samba
|
|
# Version required: 1.9.15p8
|
|
# Date created: 11th Feb 1995
|
|
# Whom: gpalmer
|
|
#
|
|
# $Id: Makefile,v 1.12 1997/03/05 01:35:15 pst Exp $
|
|
#
|
|
|
|
DISTNAME= samba-1.9.17p2
|
|
CATEGORIES= net
|
|
MASTER_SITES= ftp://samba.anu.edu.au/pub/samba/
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/source
|
|
|
|
MAINTAINER= gpalmer@FreeBSD.ORG
|
|
|
|
MAN1= smbstatus.1 smbclient.1 smbrun.1 smbtar.1 testparm.1 testprns.1
|
|
MAN5= smb.conf.5
|
|
MAN7= samba.7
|
|
MAN8= smbd.8 nmbd.8 smbpasswd.8
|
|
|
|
pre-install:
|
|
@${MKDIR} /usr/local/samba
|
|
|
|
.include <bsd.port.mk>
|