head	1.2;
access;
symbols
	RELEASE_6_EOL:1.1
	RELEASE_8_1_0:1.1
	RELEASE_7_3_0:1.1
	RELEASE_8_0_0:1.1
	RELEASE_7_2_0:1.1
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_5_EOL:1.1
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1
	PRE_XORG_7:1.1
	RELEASE_4_EOL:1.1
	RELEASE_6_2_0:1.1
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1
	RELEASE_6_0_0:1.1
	RELEASE_5_4_0:1.1
	RELEASE_4_11_0:1.1
	RELEASE_5_3_0:1.1
	RELEASE_4_10_0:1.1
	RELEASE_5_2_1:1.1
	RELEASE_5_2_0:1.1
	RELEASE_4_9_0:1.1
	RELEASE_5_1_0:1.1
	RELEASE_4_8_0:1.1
	RELEASE_5_0_0:1.1
	RELEASE_4_7_0:1.1
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1
	RELEASE_5_0_DP1:1.1
	RELEASE_4_5_0:1.1
	RELEASE_4_4_0:1.1
	RELEASE_4_3_0:1.1
	RELEASE_4_2_0:1.1
	RELEASE_4_1_1:1.1
	RELEASE_4_1_0:1.1
	RELEASE_3_5_0:1.1
	RELEASE_4_0_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2011.01.02.21.49.01;	author rene;	state dead;
branches;
next	1.1;

1.1
date	2000.03.05.10.25.52;	author kris;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Garbage collect unmaintained expired ports:
2011-01-01 security/lxnb: Development has ceased, mastersite disappeared
2011-01-01 x11-wm/lxsession-lite: Superseded by x11-wm/lxsession
@
text
@--- 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
@


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

Obtained from:	OpenBSD
@
text
@@

