summaryrefslogtreecommitdiff
path: root/net/samba/Makefile
blob: b34ac6c7858ef5e17423429b5cc32e4623573aae (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# New ports collection makefile for:	samba
# Version required:			1.9.14
# Date created:				11th Feb 1995
# Whom:					gpalmer
#
# $Id: Makefile,v 1.8 1995/11/27 04:05:31 asami Exp $
#

DISTNAME=	samba-1.9.15p6
CATEGORIES+=	net
MASTER_SITES=	ftp://nimbus.anu.edu.au/pub/tridge/samba/
WRKSRC=		${WRKDIR}/${DISTNAME}/source

MAINTAINER=	gpalmer@FreeBSD.ORG

pre-install:
	@mkdir -p /usr/local/samba

post-install:
.if !defined(NOMANCOMPRESS)
	gzip -9nf ${PREFIX}/man/man1/smbstatus.1
	gzip -9nf ${PREFIX}/man/man1/smbclient.1
	gzip -9nf ${PREFIX}/man/man1/smbrun.1
	gzip -9nf ${PREFIX}/man/man1/smbtar.1
	gzip -9nf ${PREFIX}/man/man1/testparm.1
	gzip -9nf ${PREFIX}/man/man1/testprns.1
	gzip -9nf ${PREFIX}/man/man5/smb.conf.5
	gzip -9nf ${PREFIX}/man/man7/samba.7
	gzip -9nf ${PREFIX}/man/man8/smbd.8
	gzip -9nf ${PREFIX}/man/man8/nmbd.8
.endif

.include <bsd.port.mk>