diff options
Diffstat (limited to 'devel/hexcompare/Makefile')
-rw-r--r-- | devel/hexcompare/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/devel/hexcompare/Makefile b/devel/hexcompare/Makefile new file mode 100644 index 000000000000..153e46f08281 --- /dev/null +++ b/devel/hexcompare/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: hexcompare +# Date created: 2010-07-20 +# Whom: Steven Kreuzer <skreuzer@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= hexcompare +PORTVERSION= 1.0 +CATEGORIES= devel +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20v${PORTVERSION} +DISTNAME= ${PORTNAME} + +MAINTAINER= skreuzer@FreeBSD.org +COMMENT= Compare and identify differences between two binary files + +LICENSE= GPLv3 + +WRKSRC= ${WRKDIR} + +PLIST_FILES= bin/hexcompare + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin + +.include <bsd.port.mk> |