summaryrefslogtreecommitdiff
path: root/misc/bsdiff/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/bsdiff/Makefile')
-rw-r--r--misc/bsdiff/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/misc/bsdiff/Makefile b/misc/bsdiff/Makefile
new file mode 100644
index 000000000000..dc8fc4c58bed
--- /dev/null
+++ b/misc/bsdiff/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: Binary patch tool
+# Date created: 7 June 2003
+# Whom: cperciva@daemonology.net
+#
+# $FreeBSD$
+#
+
+PORTNAME= bsdiff
+PORTVERSION= 3.0
+CATEGORIES= misc devel
+MASTER_SITES= http://www.daemonology.net/bsdiff/
+
+MAINTAINER= cperciva@daemonology.net
+COMMENT= Generates and applies patches to binary files
+
+MAN1= bsdiff.1 bspatch.1
+
+.include <bsd.port.mk>