freebsd-ports/textproc/vbindiff/Makefile
Rong-En Fan 0e70b57d1e - Make it fetchable (master site changed)
PR:		ports/112480
Submitted by:	chinsan
Approved by:	portmgr (linimon)
2007-05-22 04:15:23 +00:00

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>