1995-08-19 15:51:40 +02:00
|
|
|
# New ports collection makefile for: rdist
|
|
|
|
# Version required: rdist-6.1.0
|
|
|
|
# Date created: 19 August 1995
|
|
|
|
# Whom: peter
|
1995-08-20 20:45:21 +02:00
|
|
|
# Based on patches by: Deborah Bennett <deborah@microunity.com>
|
1995-08-19 15:51:40 +02:00
|
|
|
#
|
1995-08-20 20:45:21 +02:00
|
|
|
# $Id: Makefile,v 1.1 1995/08/19 13:51:11 peter Exp $
|
1995-08-19 15:51:40 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= rdist-6.1.0
|
|
|
|
PKGNAME= rdist-6.1.0
|
|
|
|
MASTER_SITES= ftp://usc.edu/pub/rdist/
|
|
|
|
CATEGORIES+= networking
|
1995-08-20 20:45:21 +02:00
|
|
|
MAINTAINER= peter@FreeBSD.org
|
1995-08-19 15:51:40 +02:00
|
|
|
|
|
|
|
NO_WRKSUBDIR= yes
|
|
|
|
|
|
|
|
# Copy the list of FreeBSD sites
|
|
|
|
pre-patch:
|
|
|
|
cp ${FILESDIR}/mf.freebsd2 ${WRKSRC}/config
|
|
|
|
cp ${FILESDIR}/os-freebsd2.h ${WRKSRC}/config
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|