diff options
Diffstat (limited to 'textproc/vbindiff/Makefile')
-rw-r--r-- | textproc/vbindiff/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/textproc/vbindiff/Makefile b/textproc/vbindiff/Makefile new file mode 100644 index 000000000000..7b3822226b1f --- /dev/null +++ b/textproc/vbindiff/Makefile @@ -0,0 +1,22 @@ +# 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://home.comcast.net/~chris-madsen/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> |