1996-08-16 09:23:01 +02:00
|
|
|
# New ports collection makefile for: rsync
|
1996-10-22 19:07:22 +02:00
|
|
|
# Version required: 1.6.2
|
1996-08-16 09:23:01 +02:00
|
|
|
# Date created: Sat Aug 3, 1996
|
|
|
|
# Whom: David O'Brien (obrien@cs.ucdavis.edu)
|
|
|
|
#
|
1996-12-01 01:22:48 +01:00
|
|
|
# $Id: Makefile,v 1.3 1996/11/18 11:36:09 asami Exp $
|
1996-08-16 09:23:01 +02:00
|
|
|
#
|
|
|
|
|
1996-10-22 19:07:22 +02:00
|
|
|
DISTNAME= rsync-1.6.2
|
1996-11-18 12:44:27 +01:00
|
|
|
CATEGORIES= net
|
1996-10-22 19:07:22 +02:00
|
|
|
MASTER_SITES= ftp://samba.anu.edu.au/pub/rsync/ \
|
|
|
|
ftp://sunsite.auc.dk/pub/unix/rsync/
|
1996-08-16 09:23:01 +02:00
|
|
|
|
|
|
|
MAINTAINER= obrien@cs.ucdavis.edu
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
1996-11-18 12:44:27 +01:00
|
|
|
MAN1= rsync.1
|
1996-08-16 09:23:01 +02:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
strip ${PREFIX}/bin/rsync
|
|
|
|
.if !defined(NOPORTDOCS)
|
1996-12-01 01:22:48 +01:00
|
|
|
${MKDIR} ${PREFIX}/share/doc/rsync
|
1996-08-16 09:23:01 +02:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/tech_report.ps ${PREFIX}/share/doc/rsync
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|