2010-10-25 15:13:41 +02:00
|
|
|
# New ports collection makefile for: hexinject
|
|
|
|
# Date created: 2010-10-24
|
|
|
|
# Whom: Sofian Brabez <sbrabez@gmail.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= hexinject
|
2011-06-01 11:04:16 +02:00
|
|
|
PORTVERSION= 1.2
|
2010-10-25 15:13:41 +02:00
|
|
|
CATEGORIES= net security
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
|
|
|
|
2011-03-18 11:04:54 +01:00
|
|
|
MAINTAINER= sbz@FreeBSD.org
|
2010-10-25 15:13:41 +02:00
|
|
|
COMMENT= HexInject is a very versatile packet injector and sniffer
|
|
|
|
|
2011-06-01 11:04:16 +02:00
|
|
|
LICENSE= BSD
|
|
|
|
|
2010-10-25 15:13:41 +02:00
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|