new lxnb port - NetBus client
This commit is contained in:
parent
7986d6895e
commit
fa0d71fdeb
25
security/lxnb/Makefile
Normal file
25
security/lxnb/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# Makefile for: lxnb
|
||||
# Version required: 0.4
|
||||
# Date created: 10 Feb 2000
|
||||
# Whom: dugsong@monkey.org
|
||||
#
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2000/02/10 22:08:25 dugsong Exp $
|
||||
|
||||
PKGNAME= lxnb-0.4
|
||||
|
||||
CATEGORIES= security
|
||||
|
||||
MAINTAINER= dugsong@monkey.org
|
||||
|
||||
MASTER_SITES= http://ns2.crw.se/~tm/projects/lxnb/
|
||||
DISTNAME= linux-netbus-client-v0.4
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PKGNAME}
|
||||
|
||||
NO_CONFIGURE= yes
|
||||
|
||||
pre-build:
|
||||
rm -f ${WRKSRC}/lxnetbus
|
||||
|
||||
.include <bsd.port.mk>
|
3
security/lxnb/files/md5
Normal file
3
security/lxnb/files/md5
Normal 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
|
19
security/lxnb/patches/patch-aa
Normal file
19
security/lxnb/patches/patch-aa
Normal file
@ -0,0 +1,19 @@
|
||||
--- Makefile.orig Thu Feb 10 16:52:35 2000
|
||||
+++ Makefile Thu Feb 10 16:57:24 2000
|
||||
@@ -2,11 +2,15 @@
|
||||
|
||||
CC = gcc -Wall -O3
|
||||
OBJEKTFILER = lxnetbus.o lxnbfunc.o lxnbmenu.o
|
||||
-
|
||||
+PREFIX = /usr/local
|
||||
|
||||
all: ${OBJEKTFILER} lxnetbus
|
||||
|
||||
lxnetbus: ${OBJEKTFILER}
|
||||
+ ${CC} -o $@ ${OBJEKTFILER}
|
||||
+
|
||||
+install:
|
||||
+ install -c -m 755 lxnetbus ${PREFIX}/bin/lxnb
|
||||
|
||||
clean:
|
||||
rm -f *.o *~ diskdump.txt screendump.jpg
|
1
security/lxnb/pkg/COMMENT
Normal file
1
security/lxnb/pkg/COMMENT
Normal file
@ -0,0 +1 @@
|
||||
NetBus client
|
5
security/lxnb/pkg/DESCR
Normal file
5
security/lxnb/pkg/DESCR
Normal file
@ -0,0 +1,5 @@
|
||||
from http://ns2.crw.se/~tm/
|
||||
|
||||
A Linux NetBus Client (Works with NetBus 1.60)
|
||||
|
||||
-d.
|
1
security/lxnb/pkg/PLIST
Normal file
1
security/lxnb/pkg/PLIST
Normal file
@ -0,0 +1 @@
|
||||
bin/lxnb
|
Loading…
Reference in New Issue
Block a user