aboutsummaryrefslogtreecommitdiffstats
path: root/net/rsync/Makefile
blob: 53106ac17bdf3fdd35e364ba4a5a0134354ce58b (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:    rsync
# Version required:     1.6.2
# Date created:         Sat Aug 3, 1996
# Whom:                 David O'Brien (obrien@cs.ucdavis.edu)
#
# $Id: Makefile,v 1.1.1.1 1996/08/16 07:23:00 asami Exp $
#

DISTNAME=   rsync-1.6.2
CATEGORIES+=    net
MASTER_SITES=   ftp://samba.anu.edu.au/pub/rsync/  \
        ftp://sunsite.auc.dk/pub/unix/rsync/

MAINTAINER=     obrien@cs.ucdavis.edu

GNU_CONFIGURE=  yes

post-install:
    strip ${PREFIX}/bin/rsync
.if !defined(NOMANCOMPRESS)
    gzip -9nf ${PREFIX}/man/man1/rsync.1
.endif
.if !defined(NOPORTDOCS)
    mkdir -p ${PREFIX}/share/doc/rsync
    ${INSTALL_DATA} ${WRKSRC}/tech_report.ps ${PREFIX}/share/doc/rsync
.endif

.include <bsd.port.mk>