ports/misc/bsdiff/Makefile
Yen-Ming Lee f7548f0efd This is a pair of tools for creating and applying very compact patches to
binary files (especially executable files).
It will be used by the next version of the security/freebsd-update port.

PR:		53018
Submitted by:	Colin Percival <cperciva@beastie.daemonology.net>
2003-06-08 06:38:27 +00:00

18 lines
393 B
Makefile

# 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>