aboutsummaryrefslogtreecommitdiffstats
path: root/net/samba/Makefile
blob: bfd836d378c2d35a32c6b41bfe0dda85c36538d9 (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.7 1995/10/06 03:16:40 gpalmer Exp $
#

DISTNAME=   samba-1.9.14
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>