mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
20 lines
359 B
Makefile
20 lines
359 B
Makefile
# Created by: chinsan
|
|
|
|
PORTNAME= vbindiff
|
|
DISTVERSION= 3.0_beta5
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= https://www.cjmweb.net/vbindiff/
|
|
|
|
MAINTAINER= cyberbotx@cyberbotx.com
|
|
COMMENT= Visual binary diff, visually compare binary files
|
|
|
|
LICENSE= GPLv2+
|
|
|
|
USES= ncurses
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/vbindiff \
|
|
man/man1/vbindiff.1.gz
|
|
|
|
.include <bsd.port.mk>
|