mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
c51e26b5b6
Among other things, it has pretty much got native FreeBSD support, does not core dump on ^C, some sync problems, uid/gid caching fixes, symlink detection problems, portability to new platforms..
24 lines
499 B
Makefile
24 lines
499 B
Makefile
# New ports collection makefile for: rdist
|
|
# Version required: rdist-6.1.2
|
|
# Date created: 19 August 1995
|
|
# Whom: peter
|
|
#
|
|
# $Id: Makefile,v 1.5 1995/11/27 04:05:25 asami Exp $
|
|
#
|
|
|
|
DISTNAME= rdist-6.1.2
|
|
CATEGORIES+= net
|
|
MASTER_SITES= ftp://usc.edu/pub/rdist/
|
|
|
|
MAINTAINER= peter@FreeBSD.org
|
|
|
|
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
|
|
|
|
.include <bsd.port.mk>
|