1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/textproc/vbindiff/Makefile
Danilo G. Baio fb3ccf3574 textproc/vbindiff: Update to 3.0.b5
While here, add license and update url.

PR:		225193
Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
2018-01-16 23:22:50 +00:00

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>