e1c4707bab
- move 1.0 obsoleted version to net/libnet10 net/libnet is latest Stable Version net/libnet is latest Beta Version - Fix all depended ports with a new DEPENDS scheme - While I'm here fix security/yersinia build on 4.x (getopt_long and ncurses issues) PR: ports/85519 (based on) Submitted by: Stas Yakovlev <stas.yakovlev_at_gmail.com>
25 lines
569 B
Makefile
25 lines
569 B
Makefile
# Ports collection makefile for: knowlan
|
|
# Date Created: 2003-10-27
|
|
# Whom: Omer Faruk Sen <ofsen@enderunix.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= knowlan
|
|
PORTVERSION= 0.1.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= net-mgmt
|
|
MASTER_SITES= http://www.enderunix.org/knowlan/
|
|
|
|
MAINTAINER= ofsen@enderunix.org
|
|
COMMENT= ARP-based LAN IP and MAC Address Extractor
|
|
|
|
BUILD_DEPENDS= libnet*<=1.1.0,1:${PORTSDIR}/net/libnet10
|
|
|
|
HAS_CONFIGURE= yes
|
|
CONFIGURE_ENV= PREFIX="${PREFIX}" LOCALBASE="${LOCALBASE}"
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/knowlan ${PREFIX}/sbin
|
|
|
|
.include <bsd.port.mk>
|