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
676 B
Makefile
Raw Normal View History

# New ports collection makefile for: rdist
# Version required: rdist-6.1.3
# Date created: 19 August 1995
# Whom: peter
#
# $Id: Makefile,v 1.8 1996/09/21 05:29:51 peter Exp $
#
DISTNAME= rdist-6.1.3
1995-11-27 04:06:03 +00:00
CATEGORIES+= net
1995-10-06 07:00:40 +00:00
MASTER_SITES= ftp://usc.edu/pub/rdist/
MAINTAINER= peter@FreeBSD.org
# To avoid confusion with /usr/bin/rdist, you may prefer otherwise.
# Do not forget to deal with pkg/PLIST if you change this.
RDIST_NAME= rdist6
INSTALL_TARGET= install install.man
MAKE_ENV+= BUILD_OPT="${CFLAGS}" BUILD_CLIENT=${RDIST_NAME}
MAN1= ${RDIST_NAME}.1
MAN8= rdistd.8
1995-08-21 02:41:46 +00:00
post-install:
strip ${PREFIX}/bin/${RDIST_NAME}
1995-08-21 02:41:46 +00:00
strip ${PREFIX}/bin/rdistd
.include <bsd.port.mk>