1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-23 20:51:43 +00:00
freebsd-ports/misc/bsdiff/Makefile
Trevor Johnson 25a8764830 Use PLIST_FILES.
PR:		62499
Submitted by:	cperciva (maintainer)
2004-02-08 22:45:37 +00:00

20 lines
429 B
Makefile

# 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
PLIST_FILES= bin/bsdiff bin/bspatch
.include <bsd.port.mk>