0e70b57d1e
PR: ports/112480 Submitted by: chinsan Approved by: portmgr (linimon)
22 lines
484 B
Makefile
22 lines
484 B
Makefile
# New ports collection makefile for: vbindiff
|
|
# Date created: 2006/12/16
|
|
# Whom: chinsan
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= vbindiff
|
|
PORTVERSION= 3.0.b1
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= http://www.cjmweb.net/vbindiff/
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b1/_beta1/}
|
|
|
|
MAINTAINER= chinsan@FreeBSD.org
|
|
COMMENT= Visual binary diff, visually compare binary files
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/vbindiff
|
|
MAN1= vbindiff.1
|
|
|
|
.include <bsd.port.mk>
|