freebsd-ports/textproc/vbindiff/Makefile

19 lines
353 B
Makefile
Raw Normal View History

# Created by: chinsan
# $FreeBSD$
PORTNAME= vbindiff
DISTVERSION= 3.0_beta4
CATEGORIES= textproc
MASTER_SITES= http://www.cjmweb.net/vbindiff/
MAINTAINER= cyberbotx@cyberbotx.com
COMMENT= Visual binary diff, visually compare binary files
USES= ncurses
GNU_CONFIGURE= yes
2014-03-04 16:39:19 +01:00
PLIST_FILES= bin/vbindiff \
man/man1/vbindiff.1.gz
.include <bsd.port.mk>