aboutsummaryrefslogtreecommitdiffstats
path: root/net/nemesis/Makefile
blob: b8f608690b64f6e6e62e667c446d3942911f5609 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Ports collection makefile for:  nemesis
# Date created:           Fri July 07, 2000
# Whom:               David O'Brien (obrien@NUXI.com)
#
# $FreeBSD$
#

PORTNAME=   nemesis
PORTVERSION=    1.4.b3
PORTEPOCH=  1
CATEGORIES= net security
MASTER_SITES=   http://www.packetfactory.net/projects/nemesis/
DISTNAME=   nemesis-1.4beta3

MAINTAINER= molter@tin.it
COMMENT=    Command-line UNIX network packet creation and injection suite

BUILD_DEPENDS=  ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet

GNU_CONFIGURE=  yes
CONFIGURE_ENV=  CCOPTS="${CFLAGS}" \
        CPPFLAGS="-I${LOCALBASE}/include" \
        LIBS="-L${LOCALBASE}/lib" \

MAN1=       nemesis-arp.1 nemesis-dns.1 nemesis-ethernet.1 nemesis-icmp.1 \
        nemesis-igmp.1 nemesis-ip.1 nemesis-ospf.1 nemesis-rip.1 \
        nemesis-tcp.1 nemesis-udp.1 nemesis.1

.include <bsd.port.mk>