lxnb is a NetBus 1.60 client for remote administration of Windows machines

Obtained from:	OpenBSD
This commit is contained in:
Kris Kennaway 2000-03-05 10:25:53 +00:00
parent 34bffb7d82
commit fb289f8f70
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=26562
7 changed files with 52 additions and 0 deletions

View File

@ -37,6 +37,7 @@
SUBDIR += librc4
SUBDIR += librsaintl
SUBDIR += logcheck
SUBDIR += lxnb
SUBDIR += mhash
SUBDIR += nbaudit
SUBDIR += nessus

21
security/lxnb/Makefile Normal file
View File

@ -0,0 +1,21 @@
# New ports collection makefile for: lxnb
# Version required: 0.4
# Date created: 04 March 2000
# Whom: Kris Kennaway <kris@FreeBSD.org>
#
# $FreeBSD$
DISTNAME= linux-netbus-client-v0.4
PKGNAME= lxnb-0.4
CATEGORIES= security
MASTER_SITES= http://ns2.crw.se/~tm/projects/lxnb/
EXTRACT_SUFX= .tgz
MAINTAINER= kris@FreeBSD.org
WRKSRC= ${WRKDIR}/${PKGNAME}
pre-build:
rm -f ${WRKSRC}/lxnetbus
.include <bsd.port.mk>

3
security/lxnb/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (linux-netbus-client-v0.4.tgz) = eb93877c61df4d623d8e44e684444960
RMD160 (linux-netbus-client-v0.4.tgz) = f64621058ed8627dbef84a22ccf15cf6131f68b9
SHA1 (linux-netbus-client-v0.4.tgz) = 392d389a6e90cc0b41de64ccb0139e667796e1c8

View File

@ -0,0 +1,22 @@
--- Makefile.orig Sat Aug 22 09:03:00 1998
+++ Makefile Sun Mar 5 02:20:19 2000
@@ -1,12 +1,17 @@
# Makefile for the Linux Netbus Client by noupe@efnet #hack.se
-CC = gcc -Wall -O3
+CC ?= gcc
+CFLAGS ?= -O3
+CFLAGS += -Wall
OBJEKTFILER = lxnetbus.o lxnbfunc.o lxnbmenu.o
-
all: ${OBJEKTFILER} lxnetbus
lxnetbus: ${OBJEKTFILER}
+ ${CC} ${CFLAGS} -o $@ ${OBJEKTFILER}
+
+install:
+ install -c -m 755 lxnetbus ${PREFIX}/bin/lxnb
clean:
rm -f *.o *~ diskdump.txt screendump.jpg

View File

@ -0,0 +1 @@
NetBus client

3
security/lxnb/pkg-descr Normal file
View File

@ -0,0 +1,3 @@
A NetBus Client (Works with NetBus 1.60)
WWW: http://ns2.crw.se/~tm/

1
security/lxnb/pkg-plist Normal file
View File

@ -0,0 +1 @@
bin/lxnb