mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
a47dfdb59a
PR: ports/106800 Submitted by: chinsan
23 lines
500 B
Makefile
23 lines
500 B
Makefile
# New ports collection makefile for: vbindiff
|
|
# Date created: 2006/12/16
|
|
# Whom: chinsan
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= vbindiff
|
|
PORTVERSION= 3.0.b1
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= http://home.comcast.net/~chris-madsen/vbindiff/
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b1/_beta1/}
|
|
|
|
MAINTAINER= chinsan@FreeBSD.org
|
|
COMMENT= Visual binary diff, visually compare binary files
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/vbindiff
|
|
MAN1= vbindiff.1
|
|
|
|
.include <bsd.port.mk>
|