head	1.4;
access;
symbols
	old_RELEASE_5_EOL:1.3
	old_RELEASE_7_0_0:1.2
	old_RELEASE_6_3_0:1.2
	old_PRE_XORG_7:1.2
	old_RELEASE_4_EOL:1.2
	old_RELEASE_6_2_0:1.1;
locks; strict;
comment	@# @;


1.4
date	2008.08.25.21.04.41;	author miwi;	state dead;
branches;
next	1.3;

1.3
date	2008.04.19.17.51.36;	author miwi;	state Exp;
branches;
next	1.2;

1.2
date	2006.12.05.00.06.23;	author miwi;	state Exp;
branches;
next	1.1;

1.1
date	2006.06.08.17.00.49;	author stefan;	state Exp;
branches;
next	;


desc
@@


1.4
log
@- Update to 3.9-7

PR:		126298
Submitted by:	Takeshi MUTOH <mutoh@@openedu.org> (maintainer)
@
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.3
log
@- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
@
text
@@


1.2
log
@- Respect X11BASE

PR:		105812
Submitted by:	Takeshi MUTOH <mutoh@@openedu.org> (Maintainer)
@
text
@d8 1
a8 1
+INC	= -I./include -I%%X11BASE%%/include
d17 1
a17 1
+	$(LD) $(LDFLAGS) npsqueak.o npunix.o -o npsqueak.so -L%%X11BASE%%/lib -lXt -lX11
@


1.1
log
@- Fix web browser plugin.
- Fix/improve FFI support.
- Pet portlint(1).

PR:		94058
Submitted by:	Takeshi MUTOH <mutoh@@openedu.org>
Approved by:	maintainer
		arved (mentor)
@
text
@d1 11
a11 2
--- platforms/unix/npsqueak/Makefile.org	Tue Jan 31 10:36:12 2006
+++ platforms/unix/npsqueak/Makefile	Tue Jan 31 10:37:14 2006
@

