summaryrefslogtreecommitdiff
path: root/misc/bsdiff/Makefile
blob: 03156dee9ddf795720e9040b813f61b03ec2733f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# New ports collection makefile for:		Binary patch tool
# Date created:					7 June 2003
# Whom:						cperciva@daemonology.net
#
# $FreeBSD$
#

PORTNAME=	bsdiff
PORTVERSION=	4.1
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>