summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2000-03-05 10:25:53 +0000
committerKris Kennaway <kris@FreeBSD.org>2000-03-05 10:25:53 +0000
commitfb289f8f7098fea49f92bb6a4646e92fffe0a388 (patch)
tree2fe7744e84e6a82edc3d630c128248edcb310991 /security
parentGrr, add the rest of these files. (diff)
lxnb is a NetBus 1.60 client for remote administration of Windows machines
Obtained from: OpenBSD
Notes
Notes: svn path=/head/; revision=26562
Diffstat (limited to 'security')
-rw-r--r--security/Makefile1
-rw-r--r--security/lxnb/Makefile21
-rw-r--r--security/lxnb/distinfo3
-rw-r--r--security/lxnb/files/patch-aa22
-rw-r--r--security/lxnb/pkg-comment1
-rw-r--r--security/lxnb/pkg-descr3
-rw-r--r--security/lxnb/pkg-plist1
7 files changed, 52 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile
index e2b85fcf1472..d87d11599bcd 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -37,6 +37,7 @@
SUBDIR += librc4
SUBDIR += librsaintl
SUBDIR += logcheck
+ SUBDIR += lxnb
SUBDIR += mhash
SUBDIR += nbaudit
SUBDIR += nessus
diff --git a/security/lxnb/Makefile b/security/lxnb/Makefile
new file mode 100644
index 000000000000..c447fccb8c91
--- /dev/null
+++ b/security/lxnb/Makefile
@@ -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>
diff --git a/security/lxnb/distinfo b/security/lxnb/distinfo
new file mode 100644
index 000000000000..a0bdf621fb7c
--- /dev/null
+++ b/security/lxnb/distinfo
@@ -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
diff --git a/security/lxnb/files/patch-aa b/security/lxnb/files/patch-aa
new file mode 100644
index 000000000000..16f15b38fae0
--- /dev/null
+++ b/security/lxnb/files/patch-aa
@@ -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
diff --git a/security/lxnb/pkg-comment b/security/lxnb/pkg-comment
new file mode 100644
index 000000000000..9aa1830cff33
--- /dev/null
+++ b/security/lxnb/pkg-comment
@@ -0,0 +1 @@
+NetBus client
diff --git a/security/lxnb/pkg-descr b/security/lxnb/pkg-descr
new file mode 100644
index 000000000000..4409e4969a86
--- /dev/null
+++ b/security/lxnb/pkg-descr
@@ -0,0 +1,3 @@
+A NetBus Client (Works with NetBus 1.60)
+
+WWW: http://ns2.crw.se/~tm/
diff --git a/security/lxnb/pkg-plist b/security/lxnb/pkg-plist
new file mode 100644
index 000000000000..a789015cb0ed
--- /dev/null
+++ b/security/lxnb/pkg-plist
@@ -0,0 +1 @@
+bin/lxnb