summaryrefslogtreecommitdiff
path: root/net/rsync/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-08-16 07:23:01 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-08-16 07:23:01 +0000
commitf8e050261ed4799456c2266148f7bd084ce3932e (patch)
tree29e0771423bf52bddafb0538fcffe602fdb40b83 /net/rsync/Makefile
parentPretty-printing utility, similar to Sun's /usr/openwin/bin/mp. (diff)
A network file distribution/synchronisation utility.
Submitted by: David O'Brien (obrien@cs.ucdavis.edu)
Notes
Notes: svn path=/head/; revision=3607
Diffstat (limited to 'net/rsync/Makefile')
-rw-r--r--net/rsync/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/net/rsync/Makefile b/net/rsync/Makefile
new file mode 100644
index 000000000000..91401c6d661b
--- /dev/null
+++ b/net/rsync/Makefile
@@ -0,0 +1,27 @@
+# New ports collection makefile for: rsync
+# Version required: 0.37
+# Date created: Sat Aug 3, 1996
+# Whom: David O'Brien (obrien@cs.ucdavis.edu)
+#
+# $Id: Makefile,v 1.5 1995/04/24 03:38:04 asami Exp $
+#
+
+DISTNAME= rsync-1.5.1
+CATEGORIES+= net
+MASTER_SITES= ftp://samba.anu.edu.au/pub/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>