1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/net/nemesis/Makefile
Maxim Sobolev 5834495a7a - Update to 1.32;
- hand over maintainership to Marco Molteni <molter@tin.it>.

PR:		29676
Submitted by:	Marco Molteni <molter@tin.it>
2001-08-17 12:36:02 +00:00

26 lines
618 B
Makefile

# Ports collection makefile for: nemesis
# Date created: Fri July 07, 2000
# Whom: David O'Brien (obrien@NUXI.com)
#
# $FreeBSD$
#
PORTNAME= nemesis
PORTVERSION= 1.32
CATEGORIES= net security
MASTER_SITES= http://jeff.wwti.com/nemesis/
MAINTAINER= ports@FreeBSD.org
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-icmp.1 nemesis-igmp.1 \
nemesis-ospf.1 nemesis-rip.1 nemesis-tcp.1 nemesis-udp.1
.include <bsd.port.mk>