1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/net-mgmt/sing/Makefile
James E. Housley 596452271c Add new port net/sing v1.0
Tool for sending customized ICMP packets

PR:		21776
Submitted by:	Roman Shterenzon <roman@xpert.com>
2000-10-16 02:28:03 +00:00

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>