head	1.2;
access;
symbols
	RELEASE_5_4_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2005.04.21.15.36.17;	author pav;	state dead;
branches;
next	1.1;

1.1
date	2005.03.20.10.31.05;	author danfe;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- Update to 2.0.1

PR:		ports/79101
Submitted by:	Conor McDermottroe <ports@@mcdermottroe.com> (maintainer)
@
text
@--- gaim-otr/Makefile.bak	Fri Dec 17 17:11:49 2004
+++ gaim-otr/Makefile	Fri Dec 17 17:12:57 2004
@@@@ -1,5 +1,5 @@@@
 # Replace this with the path to the GAIM headers
-GAIM_SOURCE ?= /usr/include/gaim
+GAIM_SOURCE ?= %%X11BASE%%/include/gaim
 
 # If you don't have pkg-config, put the appropriate -I entry on the next line
 GTK_HDRS ?= `pkg-config --cflags glib-2.0 gtk+-2.0`
@@@@ -19,10 +19,10 @@@@
 all: $(TARGET)
 
 $(TARGET): otr-plugin.o ui.o dialogs.o $(LIBOTR_DIR)/libotr.a
-	$(CC) -g -shared -module -avoid-version $^ -o $@@ -lgcrypt
+	$(CC) -g -shared -module -avoid-version -L %%LOCALBASE%%/lib $^ -o $@@ -lgcrypt
 
 $(LIBOTR_DIR)/libotr.a: FORCE
-	make -C $(LIBOTR_DIR) libotr.a
+	gmake -C $(LIBOTR_DIR) libotr.a
 
 install: all
 	install -d $(INSTALLDIR)
@


1.1
log
@Add gaim-otr 1.0.1, allows deniable private conversations using GAIM.

PR:		ports/75352
Submitted by:	Conor McDermottroe <ports(at)mcdermottroe.com>
@
text
@@

