head	1.2;
access;
symbols
	RELEASE_6_EOL:1.1
	RELEASE_8_1_0:1.1
	old_RELEASE_7_3_0:1.1
	old_RELEASE_8_0_0:1.1
	old_RELEASE_7_2_0:1.1
	old_RELEASE_7_1_0:1.1
	old_RELEASE_6_4_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2011.01.03.11.55.55;	author bsam;	state dead;
branches;
next	1.1;

1.1
date	2008.08.25.21.04.41;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Remove the port lang/squeak-dev since the port is broken
and the maintainer seems to loose interest
(not responding to the PR for 7+ months).

PR:		ports/144728
Submitted by:	Takeshi MUTOH <mutoh at openedu.org>
Approved by:	maintainer timeout (7+ months)
@
text
@--- platforms/unix/npsqueak/Makefile.orig	Sat Aug 23 06:59:39 2003
+++ platforms/unix/npsqueak/Makefile	Fri Nov 24 18:55:48 2006
@@@@ -3,7 +3,7 @@@@
 
 ############ Customize flags here #######################
 
-INC	= -I./include -I/usr/X11R6/include
+INC	= -I./include -I%%LOCALBASE%%/include
 CC	= gcc
 CFLAGS	= $(INC) -O2 -fPIC -Wall
 LD	= gcc
@@@@ -20,7 +20,7 @@@@
 ############ compile and link ###########################
 
 npsqueak.so : npsqueak.o npunix.o 
-	$(LD) $(LDFLAGS) npsqueak.o npunix.o -o npsqueak.so 
+	$(LD) $(LDFLAGS) npsqueak.o npunix.o -o npsqueak.so -L%%LOCALBASE%%/lib -lXt -lX11
 
 npsqueak.o: npsqueak.c ../config.h
 	$(CC) -c $(CFLAGS) -DVM_LIBDIR=\"$(VM_LIBDIR)\" $<
@


1.1
log
@- Update to 3.9-7

PR:		126298
Submitted by:	Takeshi MUTOH <mutoh@@openedu.org> (maintainer)
@
text
@@

