mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
19 lines
384 B
Makefile
19 lines
384 B
Makefile
# 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>
|