1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/devel/hexcompare/Makefile
Baptiste Daroussin 2805432ec3 Support stage
2014-01-28 07:44:39 +00:00

24 lines
527 B
Makefile

# Created by: Steven Kreuzer <skreuzer@FreeBSD.org>
# $FreeBSD$
PORTNAME= hexcompare
PORTVERSION= 1.0.2
CATEGORIES= devel
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20v${PORTVERSION}
DISTNAME= ${PORTNAME}-102
MAINTAINER= skreuzer@FreeBSD.org
COMMENT= Compare and identify differences between two binary files
LICENSE= GPLv3
PLIST_FILES= bin/hexcompare
post-patch:
${REINPLACE_CMD} -e 's|gcc|${CC}|g' ${WRKSRC}/Makefile
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>