993a764f54
tree. This only affects users of FreeBSD 5.4 and earlier, since the port is IGNOREd for recent versions of the FreeBSD base system. PR: ports/92564 Approved by: linimon
25 lines
599 B
Makefile
25 lines
599 B
Makefile
# New ports collection makefile for: Binary patch tool
|
|
# Date created: 7 June 2003
|
|
# Whom: cperciva@daemonology.net
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= bsdiff
|
|
PORTVERSION= 4.3
|
|
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>
|