mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
596452271c
Tool for sending customized ICMP packets PR: 21776 Submitted by: Roman Shterenzon <roman@xpert.com>
25 lines
447 B
Makefile
25 lines
447 B
Makefile
# Ports collection makefile for: sing
|
|
# Date created: Oct 6 2000
|
|
# Whom: Roman Shterenzon <roman@xpert.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= sing
|
|
PORTVERSION= 1.0
|
|
CATEGORIES= net security
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
DISTNAME= SING-${PORTVERSION}
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= roman@xpert.com
|
|
|
|
GNU_CONFIGURE= yes
|
|
MAN8= sing.8
|
|
|
|
post-extract:
|
|
@${RM} -rf ${WRKSRC}/libpcap*
|
|
|
|
.include <bsd.port.mk>
|