freebsd-ports/textproc/vbindiff/Makefile
Mathieu Arnold 88bfe4bd43 Cleanup DIST* variables.
When appropriate:
- Try to use DISTVERSION{SUF,PRE}FIX
- Replace PORTNAME-PORTVERSION by DISTNAME
- Convert MASTER_SITES to use macros
- Other light cleanup

With hat:	portmgr
Sponsored by:	Absolight
2015-05-11 18:34:57 +00:00

17 lines
338 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
GNU_CONFIGURE= yes
PLIST_FILES= bin/vbindiff \
man/man1/vbindiff.1.gz
.include <bsd.port.mk>