freebsd-ports/devel/hexcompare/Makefile
Steven Kreuzer 37e57c2c08 hexcompare is a curses-based utility to compare and identify differences between
two binary files. These differences are then represented visually with an
interactive block diagram.

WWW:	https://sourceforge.net/projects/hexcompare/
2010-07-26 22:26:37 +00:00

26 lines
537 B
Makefile

# New ports collection makefile for: hexcompare
# Date created: 2010-07-20
# Whom: Steven Kreuzer <skreuzer@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= hexcompare
PORTVERSION= 1.0
CATEGORIES= devel
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20v${PORTVERSION}
DISTNAME= ${PORTNAME}
MAINTAINER= skreuzer@FreeBSD.org
COMMENT= Compare and identify differences between two binary files
LICENSE= GPLv3
WRKSRC= ${WRKDIR}
PLIST_FILES= bin/hexcompare
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
.include <bsd.port.mk>