head	1.3;
access;
symbols
	RELEASE_8_3_0:1.3
	RELEASE_9_0_0:1.3
	RELEASE_7_4_0:1.3
	RELEASE_8_2_0:1.3
	RELEASE_6_EOL:1.3
	RELEASE_8_1_0:1.3
	RELEASE_7_3_0:1.3
	RELEASE_8_0_0:1.3
	RELEASE_7_2_0:1.3
	RELEASE_7_1_0:1.3
	RELEASE_6_4_0:1.3
	RELEASE_5_EOL:1.3
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.2
	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;
locks; strict;
comment	@# @;


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

1.2
date	2006.03.15.08.10.49;	author maho;	state Exp;
branches;
next	1.1;

1.1
date	2003.07.28.06.38.37;	author maho;	state Exp;
branches;
next	;


desc
@@


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
@--- Makefile.orig	Thu Mar  2 20:12:46 2006
+++ Makefile	Wed Mar 15 16:50:07 2006
@@@@ -1,14 +1,14 @@@@
-CC = gcc
+CC = %%CC%%
 
 #CCOPT = -O
-CCOPT = -O3
+CCOPT = %%CFLAGS%% -I%%LOCALBASE%%/include
 #CCOPT = -O3 -g3
 #CCOPT = -ansi -pedantic -g3
 #CCOPT = -ansi -pedantic -O -Wall -Wstrict-prototypes -g3
 
 HEADERS = defines.h typedefs.h
 
-LIBPATH = -L/usr/X11R6/lib
+LIBPATH = -L%%LOCALBASE%%/lib
 
 LINKOPT = -lX11 -lm
 
@


1.2
log
@Update to 1.5

Submitted by:	distfile survey by kris, fenner
@
text
@d9 1
a9 1
+CCOPT = %%CFLAGS%% -I%%LOCALBASE%%/include -I%%X11BASE%%/include
d17 1
a17 1
+LIBPATH = -L%%X11BASE%%/lib
@


1.1
log
@A new port garlic, free molecular viewer and editor, free molecular
visualization program, protein structure, DNA structure, PDB,
molecular rendering, biological macromolecule.
@
text
@d1 2
a2 2
--- Makefile.orig	Fri May 30 20:27:25 2003
+++ Makefile	Mon Jul 28 12:01:48 2003
d8 2
a9 1
 #CCOPT = -O3
d12 1
a12 2
-CCOPT = -ansi -pedantic -O -Wall -Wstrict-prototypes -g3
+CCOPT = %%CFLAGS%% -I%%LOCALBASE%%/include -I%%X11BASE%%/include
@

