freebsd-ports/net/rdist6/Makefile

37 lines
903 B
Makefile
Raw Normal View History

# New ports collection makefile for: rdist
# Date created: 19 August 1995
# Whom: peter
#
1999-08-30 16:24:37 +02:00
# $FreeBSD$
#
PORTNAME= rdist
PORTVERSION= 6.1.5
CATEGORIES= net
MASTER_SITES= http://www.magnicomp.com/download/rdist/ \
ftp://ftp.rge.com/pub/admin/rdist/ \
ftp://ftp.sunet.se/pub/unix/admin/mirror-magnicomp/download/rdist/
1995-10-06 08:00:40 +01:00
2003-03-04 19:07:15 +01:00
MAINTAINER= ports@FreeBSD.org
COMMENT= A network file distribution/synchronisation utility
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 400000
BROKEN= Not supported for pre-4.0 FreeBSD
.endif
# 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}
1995-08-21 04:41:46 +02:00
post-install:
@${STRIP_CMD} ${PREFIX}/bin/${RDIST_NAME}
@${STRIP_CMD} ${PREFIX}/bin/rdistd
1995-08-21 04:41:46 +02:00
.include <bsd.port.post.mk>