mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
fb3ccf3574
While here, add license and update url. PR: 225193 Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
21 lines
371 B
Makefile
21 lines
371 B
Makefile
# Created by: chinsan
|
|
# $FreeBSD$
|
|
|
|
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>
|