blob: 69a974e43cde779244f21aa84ad297f743136568 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# New ports collection makefile for: rdist
# Version required: rdist-6.1.3
# Date created: 19 August 1995
# Whom: peter
#
# $Id: Makefile,v 1.9 1996/11/13 12:41:24 asami Exp $
#
DISTNAME= rdist-6.1.3
CATEGORIES= net
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
post-install:
strip ${PREFIX}/bin/${RDIST_NAME}
strip ${PREFIX}/bin/rdistd
.include <bsd.port.mk>
|