1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00
freebsd-ports/net/hexinject/Makefile
2021-04-06 16:31:07 +02:00

24 lines
499 B
Makefile

# Created by: Sofian Brabez <sbrabez@gmail.com>
PORTNAME= hexinject
PORTVERSION= 1.6
CATEGORIES= net security
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= sbz@FreeBSD.org
COMMENT= Versatile packet injector and sniffer
LICENSE= BSD2CLAUSE
PLIST_FILES= bin/${PORTNAME}
WRKSRC= ${WRKDIR}/${PORTNAME}
post-patch:
${REINPLACE_CMD} -e 's#gcc#${CC}#g' ${WRKSRC}/Makefile
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>