diff options
author | Rene Ladan <rene@FreeBSD.org> | 2011-01-02 21:49:02 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2011-01-02 21:49:02 +0000 |
commit | 8cf66a3790527f4f138f0e7dce68a8b9557f805f (patch) | |
tree | c771c07c327b45f254c0cc781deba894cdc330c0 /security | |
parent | fd171f7c6fe85e81882efc989f62f78d51ac45dc (diff) |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/lxnb/Makefile | 26 | ||||
-rw-r--r-- | security/lxnb/distinfo | 3 | ||||
-rw-r--r-- | security/lxnb/files/patch-aa | 22 | ||||
-rw-r--r-- | security/lxnb/pkg-descr | 3 |
5 files changed, 0 insertions, 55 deletions
diff --git a/security/Makefile b/security/Makefile index 6761a3d2e205..ca3a15232122 100644 --- a/security/Makefile +++ b/security/Makefile @@ -285,7 +285,6 @@ SUBDIR += logcheck SUBDIR += lsh SUBDIR += luasec - SUBDIR += lxnb SUBDIR += lynis SUBDIR += mac-robber SUBDIR += maia diff --git a/security/lxnb/Makefile b/security/lxnb/Makefile deleted file mode 100644 index 9ece595b5c2f..000000000000 --- a/security/lxnb/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# New ports collection makefile for: lxnb -# Date created: 04 March 2000 -# Whom: Kris Kennaway <kris@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= lxnb -PORTVERSION= 0.4 -CATEGORIES= security -# mastersite disappeared in December 2001 -MASTER_SITES= # http://ns2.crw.se/~tm/projects/lxnb/ -DISTFILES= linux-netbus-client-v${PORTVERSION}.tgz - -MAINTAINER= ports@FreeBSD.org -COMMENT= NetBus client - -DEPRECATED= Development has ceased, mastersite disappeared -EXPIRATION_DATE= 2011-01-01 - -PLIST_FILES= bin/lxnb - -pre-build: - rm -f ${WRKSRC}/lxnetbus - -.include <bsd.port.mk> diff --git a/security/lxnb/distinfo b/security/lxnb/distinfo deleted file mode 100644 index 46e78fdde501..000000000000 --- a/security/lxnb/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (linux-netbus-client-v0.4.tgz) = eb93877c61df4d623d8e44e684444960 -SHA256 (linux-netbus-client-v0.4.tgz) = cddb92feaffb7e3d41c5ae9309cef8e80ea149f7ad2ee42be44fa155892ffa1d -SIZE (linux-netbus-client-v0.4.tgz) = 19612 diff --git a/security/lxnb/files/patch-aa b/security/lxnb/files/patch-aa deleted file mode 100644 index 16f15b38fae0..000000000000 --- a/security/lxnb/files/patch-aa +++ /dev/null @@ -1,22 +0,0 @@ ---- 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-descr b/security/lxnb/pkg-descr deleted file mode 100644 index 4409e4969a86..000000000000 --- a/security/lxnb/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -A NetBus Client (Works with NetBus 1.60) - -WWW: http://ns2.crw.se/~tm/ |