freebsd-ports/textproc/vbindiff/Makefile
John Marino 39c7857f33 textproc/vbindiff: document ncurses requirement (USES+=ncurses)
approved by:	infrastructure blanket
2016-02-05 16:11:16 +00:00

18 lines
353 B
Makefile

# 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
PLIST_FILES= bin/vbindiff \
man/man1/vbindiff.1.gz
.include <bsd.port.mk>