freebsd-ports/net-mgmt/packit/Makefile
Edwin Groothuis 13980d0678 Update net/packit (maintainer): 0.6.0 -> 0.6.0c
Update net/packit (maintainer): 0.6.0 -> 0.6.0c
	Bug fixes in this release

PR:		ports/52919
Submitted by:	Kirill Ponomarew <ponomarew@oberon.net>
2003-06-04 08:55:37 +00:00

42 lines
1 KiB
Makefile

# New ports collection makefile for: packit
# Date created: 02.06.2003
# Whom: Kirill Ponomarew <ponomarew@oberon.net>
#
# $FreeBSD$
#
PORTNAME= packit
PORTVERSION= 0.6.0c
CATEGORIES= net
MASTER_SITES= http://packit.sourceforge.net/downloads/
EXTRACT_SUFX= .tgz
MAINTAINER= ponomarew@oberon.net
COMMENT= Network auditing tool
BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet-devel
LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet-config
MAN8= packit.8
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
.if defined(WITHOUT_CAPTURE)
CONFIGURE_ARGS+= --without-capture
.endif
.if defined(WITHOUT_INJECTION)
CONFIGURE_ARGS+= --without-injection
.endif
pre-everything::
@${ECHO_MSG} ""
@${ECHO_MSG} ""#######################################################
@${ECHO_MSG} ""
@${ECHO_MSG} "You need ${PORTSDIR}/net/libnet-devel to build this port
@${ECHO_MSG} ""
@${ECHO_MSG} ""#######################################################
@${ECHO_MSG} ""
.include <bsd.port.mk>