mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 02:46:27 -04:00
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>
18 lines
393 B
Makefile
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>
|