1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/net/rdist6/Makefile

29 lines
710 B
Makefile
Raw Normal View History

# Created by: peter
1999-08-30 14:24:37 +00:00
# $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/
1995-10-06 07:00:40 +00:00
2003-03-04 18:07:15 +00:00
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}
NO_STAGE= yes
1995-08-21 02:41:46 +00:00
post-install:
@${STRIP_CMD} ${PREFIX}/bin/${RDIST_NAME}
@${STRIP_CMD} ${PREFIX}/bin/rdistd
1995-08-21 02:41:46 +00:00
.include <bsd.port.mk>