1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/net/samba3/Makefile
Gary Palmer 0157e5d28a Update 1.9.13 to 1.9.14
Submitted by:	  Juergen Lock <nox@jelal.hb.north.de>
1995-10-06 03:18:41 +00:00

34 lines
871 B
Makefile

# New ports collection makefile for: samba
# Version required: 1.9.14
# Date created: 11th Feb 1995
# Whom: gpalmer
#
# $Id: Makefile,v 1.6 1995/05/03 03:17:58 asami Exp $
#
DISTNAME= samba-1.9.14
CATEGORIES+= networking
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>