mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
396c0a37e2
- Bump PORTREVISION PR: ports/168972 Submitted by: Andre Albsmeier <Andre.Albsmeier@siemens.com>
32 lines
771 B
Makefile
32 lines
771 B
Makefile
# New ports collection makefile for: rdist
|
|
# Date created: 19 August 1995
|
|
# Whom: peter
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= rdist
|
|
PORTVERSION= 6.1.5
|
|
PORTREVISION= 3
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.magnicomp.com/download/rdist/ \
|
|
ftp://ftp.sunet.se/pub/unix/admin/mirror-magnicomp/download/rdist/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A network file distribution/synchronisation utility
|
|
|
|
# To avoid confusion with /usr/bin/rdist, you may prefer otherwise.
|
|
RDIST_NAME?= rdist6
|
|
|
|
INSTALL_TARGET= install install.man
|
|
MAKE_ENV= BUILD_OPT="${CFLAGS}" BUILD_CLIENT=${RDIST_NAME}
|
|
MAN1= ${RDIST_NAME}.1
|
|
MAN8= rdistd.8
|
|
PLIST_SUB= RDIST_NAME=${RDIST_NAME}
|
|
|
|
post-install:
|
|
@${STRIP_CMD} ${PREFIX}/bin/${RDIST_NAME}
|
|
@${STRIP_CMD} ${PREFIX}/bin/rdistd
|
|
|
|
.include <bsd.port.mk>
|