head	1.5;
access;
symbols
	RELEASE_8_3_0:1.5
	RELEASE_9_0_0:1.5
	RELEASE_7_4_0:1.5
	RELEASE_8_2_0:1.5
	RELEASE_6_EOL:1.5
	RELEASE_8_1_0:1.5
	RELEASE_7_3_0:1.5
	RELEASE_8_0_0:1.5
	RELEASE_7_2_0:1.5
	RELEASE_7_1_0:1.5
	RELEASE_6_4_0:1.5
	RELEASE_5_EOL:1.5
	RELEASE_7_0_0:1.4
	RELEASE_6_3_0:1.4
	PRE_XORG_7:1.4
	RELEASE_4_EOL:1.4
	RELEASE_6_2_0:1.4
	RELEASE_6_1_0:1.4
	RELEASE_5_5_0:1.4
	RELEASE_6_0_0:1.4
	RELEASE_5_4_0:1.4
	RELEASE_4_11_0:1.4
	RELEASE_5_3_0:1.4
	RELEASE_4_10_0:1.4
	RELEASE_5_2_1:1.4
	RELEASE_5_2_0:1.4
	RELEASE_4_9_0:1.4
	RELEASE_5_1_0:1.4
	RELEASE_4_8_0:1.4
	RELEASE_5_0_0:1.4
	RELEASE_4_7_0:1.4
	RELEASE_4_6_2:1.4
	RELEASE_4_6_1:1.4
	RELEASE_4_6_0:1.4
	RELEASE_5_0_DP1:1.4
	RELEASE_4_5_0:1.4
	RELEASE_4_4_0:1.4
	RELEASE_4_3_0:1.4
	RELEASE_4_2_0:1.4
	RELEASE_4_1_1:1.4
	RELEASE_4_1_0:1.4
	RELEASE_3_5_0:1.4
	RELEASE_4_0_0:1.4
	RELEASE_3_4_0:1.3
	RELEASE_3_3_0:1.3
	RELEASE_3_2_0:1.3
	RELEASE_3_1_0:1.3
	RELEASE_2_2_8:1.3
	RELEASE_3_0_0:1.3
	RELEASE_2_2_7:1.3
	RELEASE_2_2_6:1.3
	RELEASE_2_2_5:1.3
	RELEASE_2_2_1:1.3
	RELEASE_2_2_2:1.3
	schemetoc_15mar93jfb:1.1.1.1
	DEC:1.1.1;
locks; strict;
comment	@# @;


1.5
date	2008.04.19.17.51.35;	author miwi;	state Exp;
branches;
next	1.4;

1.4
date	2000.03.01.09.56.50;	author tg;	state Exp;
branches;
next	1.3;

1.3
date	95.03.30.17.03.48;	author ats;	state Exp;
branches;
next	1.2;

1.2
date	94.12.31.03.48.12;	author swallace;	state Exp;
branches;
next	1.1;

1.1
date	94.12.29.23.35.45;	author swallace;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	94.12.29.23.35.46;	author swallace;	state Exp;
branches;
next	;


desc
@@


1.5
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
@#
# This is the header file for constructing make files for FreeBSD.
#

# Default flags to use when invoking the C compiler.

CFLAGS ?= -O2
CC ?= gcc

# Assembly language object files.

Aruntime = x86.o 
SAruntime = x86.so

# Profiled library

Plib = libsc_p.a

# Installation tools

RANLIB = ranlib
AS = as
CPP = cpp

# X library

XLIB = -L${LOCALBASE}/lib -lX11
XLIBCFLAGS =
PICFLAGS = -fpic -DPIC


# End of FREEBSD header.
@


1.4
log
@- Convert to ELF.
- Support CC/CFLAGS/PREFIX.

PR:		16677
Submitted by:	KATO Tsuguru <tkato@@prontomail.ne.jp>
@
text
@d27 1
a27 1
XLIB = -L${X11BASE}/lib -lX11
@


1.3
log
@Add a -L/usr/X11R6/lib in all the places wheres -lX11 is used. I have
not found a quick way to do that with a environment variable in
string constant. So this ports works in the moment only with XFree3.x
(X11R6) and not with XFree2.x (X11R5 <-> X386).
@
text
@d7 2
a8 2
CFLAGS = -O2
CC = gcc
d27 1
a27 1
XLIB = -L/usr/X11R6/lib -lX11
@


1.2
log
@Added shared library support.
Submitted by:	jmacd@@uclink.berkeley.edu
@
text
@d27 1
a27 1
XLIB = -lX11
@


1.1
log
@Initial revision
@
text
@d13 1
d22 2
d29 2
@


1.1.1.1
log
@Scheme to C compiler and interpreter - 15mar93
Submitted by:	jmacd@@uclink.berkeley.edu (Josh MacDonald)
@
text
@@
