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


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

1.1
date	2005.12.06.06.43.19;	author az;	state Exp;
branches;
next	;


desc
@@


1.2
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
@--- iksemel/Makefile.orig	Tue Sep  2 18:05:32 2003
+++ iksemel/Makefile	Tue Dec  6 09:23:41 2005
@@@@ -1,7 +1,7 @@@@
 
 
 CC = gcc
-CFLAGS = -g -Wall -L/usr/local/lib -I/usr/local/include
+CFLAGS = -Wall -L$(LOCALBASE)/lib -I$(LOCALBASE)/include
 OBJS = convert.o iks.o ikspool.o jabber.o sha.o core.o iksid.o io.o parser.o \
 	utility.o
 all: $(OBJS)
@


1.1
log
@- Respect X11BASE\LOCALBASE
- Implement DATADIR macro

PR:		ports/89487
Submitted by:	maintainer
@
text
@d8 1
a8 1
+CFLAGS = -Wall -L$(LOCALBASE)/lib -I$(LOCALBASE)/include -L$(X11BASE)/lib -I$(X11BASE)/include
@

