1995-08-19 13:51:40 +00:00
|
|
|
# New ports collection makefile for: rdist
|
|
|
|
# Version required: rdist-6.1.0
|
|
|
|
# Date created: 19 August 1995
|
|
|
|
# Whom: peter
|
1995-08-20 18:45:21 +00:00
|
|
|
# Based on patches by: Deborah Bennett <deborah@microunity.com>
|
1995-08-19 13:51:40 +00:00
|
|
|
#
|
1995-08-21 02:41:46 +00:00
|
|
|
# $Id: Makefile,v 1.2 1995/08/20 18:45:21 peter Exp $
|
1995-08-19 13:51:40 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= rdist-6.1.0
|
|
|
|
PKGNAME= rdist-6.1.0
|
|
|
|
MASTER_SITES= ftp://usc.edu/pub/rdist/
|
|
|
|
CATEGORIES+= networking
|
1995-08-20 18:45:21 +00:00
|
|
|
MAINTAINER= peter@FreeBSD.org
|
1995-08-19 13:51:40 +00:00
|
|
|
|
|
|
|
NO_WRKSUBDIR= yes
|
|
|
|
|
|
|
|
# Copy the list of FreeBSD sites
|
|
|
|
pre-patch:
|
|
|
|
cp ${FILESDIR}/mf.freebsd2 ${WRKSRC}/config
|
|
|
|
cp ${FILESDIR}/os-freebsd2.h ${WRKSRC}/config
|
|
|
|
|
1995-08-21 02:41:46 +00:00
|
|
|
post-install:
|
|
|
|
strip ${PREFIX}/bin/rdist6
|
|
|
|
strip ${PREFIX}/bin/rdistd
|
|
|
|
.if !defined(NOMANCOMPRESS)
|
|
|
|
gzip -9nf ${PREFIX}/man/man1/rdist6.1
|
|
|
|
gzip -9nf ${PREFIX}/man/man8/rdistd.8
|
|
|
|
.endif
|
|
|
|
|
1995-08-19 13:51:40 +00:00
|
|
|
.include <bsd.port.mk>
|