aboutsummaryrefslogtreecommitdiffstats
path: root/misc/bsdiff/Makefile
blob: 27b4888a3e9a61c6209649c9d19e0b46820b88e0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# New ports collection makefile for:        Binary patch tool
# Date created:                 7 June 2003
# Whom:                     cperciva@daemonology.net
#
# $FreeBSD$
#

PORTNAME=   bsdiff
PORTVERSION=    4.2
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
PLIST_FILES=    bin/bsdiff bin/bspatch

.include <bsd.port.pre.mk>

.if ${OSVERSION} > 600033 || ( ${OSVERSION} > 504103 && ${OSVERSION} < 600000 )
IGNORE=     bsdiff now contained in the base system
.endif

.include <bsd.port.post.mk>