diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-12-16 03:48:34 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-12-16 03:48:34 +0000 |
commit | a47dfdb59ac1f48747f8679aec0d33dd27eb38bb (patch) | |
tree | a134131b63fa089dab7247838a09505d903a71cb /textproc/vbindiff/Makefile | |
parent | c41acbb800b93604744510e0808f6b979b1d1d80 (diff) |
Notes
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> |