aboutsummaryrefslogtreecommitdiff
path: root/textproc/vbindiff/Makefile
blob: 67b18c5317aa7cdfe361023c0418a628e80807e3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Created by: chinsan
# $FreeBSD$

PORTNAME=	vbindiff
PORTVERSION=	3.0.b4
CATEGORIES=	textproc
MASTER_SITES=	http://www.cjmweb.net/vbindiff/
DISTNAME=	${PORTNAME}-${PORTVERSION:S/.b/_beta/}

MAINTAINER=	cyberbotx@cyberbotx.com
COMMENT=	Visual binary diff, visually compare binary files

GNU_CONFIGURE=	yes

PLIST_FILES=	bin/vbindiff \
		man/man1/vbindiff.1.gz

.include <bsd.port.mk>