mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
e61d9ab4bc
Partly based on work by Deborah Bennett, partly from my version.
23 lines
486 B
Makefile
23 lines
486 B
Makefile
# New ports collection makefile for: rdist
|
|
# Version required: rdist-6.1.0
|
|
# Date created: 19 August 1995
|
|
# Whom: peter
|
|
# Bases on patches by: Deborah Bennett <deborah@microunity.com>
|
|
#
|
|
# $Id$
|
|
#
|
|
|
|
DISTNAME= rdist-6.1.0
|
|
PKGNAME= rdist-6.1.0
|
|
MASTER_SITES= ftp://usc.edu/pub/rdist/
|
|
CATEGORIES+= networking
|
|
|
|
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>
|