head	1.10;
access;
symbols
	RELEASE_8_3_0:1.10
	RELEASE_5_4_0:1.6
	RELEASE_4_11_0:1.4
	RELEASE_5_3_0:1.3;
locks; strict;
comment	@# @;


1.10
date	2012.02.04.11.38.40;	author vanilla;	state Exp;
branches;
next	1.9;

1.9
date	2012.01.31.12.52.37;	author vanilla;	state Exp;
branches;
next	1.8;

1.8
date	2012.01.31.08.26.35;	author kevlo;	state Exp;
branches;
next	1.7;

1.7
date	2005.04.07.15.28.14;	author vanilla;	state dead;
branches;
next	1.6;

1.6
date	2005.03.03.05.10.04;	author vanilla;	state Exp;
branches;
next	1.5;

1.5
date	2005.03.01.19.02.27;	author vanilla;	state dead;
branches;
next	1.4;

1.4
date	2004.10.13.23.24.13;	author pav;	state Exp;
branches;
next	1.3;

1.3
date	2004.08.19.18.00.00;	author vanilla;	state Exp;
branches;
next	1.2;

1.2
date	2004.08.03.18.46.42;	author vanilla;	state Exp;
branches;
next	1.1;

1.1
date	2004.08.01.17.41.50;	author vanilla;	state Exp;
branches;
next	;


desc
@@


1.10
log
@1: Upgrade to 2.7.2.
2: better way to handle intcode-module.so.
@
text
@--- Makefile.orig	2011-12-19 10:45:09.000000000 +0800
+++ Makefile	2012-02-03 08:29:40.000000000 +0800
@@@@ -90,7 +90,7 @@@@ PROGS_CV=kbmcv pin-juyin
 all:	$(PROGS) trad2sim $(GCIN_SO) $(DATA) $(PROGS_CV) gcin.spec gcin-fedora.spec
 	$(MAKE) -C data
 	$(MAKE) -C gtk-im
-	if [ $(BUILD_MODULE) = 'Y' ]; then $(MAKE) -C modules; fi
+	$(MAKE) -C modules
 	if [ $(USE_I18N) = 'Y' ]; then $(MAKE) -C po; fi
 	if [ $(GTK3_IM) = 'Y' ]; then $(MAKE) -C gtk3-im; fi
 	if [ $(QT_IM) = 'Y' ]; then $(MAKE) -C qt-im; fi
@@@@ -204,7 +204,7 @@@@ install:
 	$(MAKE) -C data install
 	$(MAKE) -C im-client install
 	$(MAKE) -C gtk-im install
-	if [ $(BUILD_MODULE) = 'Y' ]; then $(MAKE) -C modules install; fi
+	$(MAKE) -C modules install
 	if [ $(GTK3_IM) = 'Y' ]; then $(MAKE) -C gtk3-im install; fi
 	if [ $(QT_IM) = 'Y' ]; then $(MAKE) -C qt-im install; fi
 	if [ $(QT4_IM) = 'Y' ]; then $(MAKE) -C qt4-im install; fi
@@@@ -221,6 +221,7 @@@@ install:
 	   rm -f $(bindir)/trad2sim; ln -sf sim2trad $(bindir)/trad2sim; \
 	fi
 	$(MAKE) -C scripts install
+	$(MAKE) -C man install
 	$(MAKE) -C menu install
 	if [ $(USE_I18N) = 'Y' ]; then $(MAKE) -C po install; fi
 
@


1.9
log
@Upgrade to 2.7.1.
@
text
@d2 1
a2 1
+++ Makefile	2012-01-31 20:30:12.000000000 +0800
d12 9
@


1.8
log
@- Install missing man pages
- Bump PORTREVISION
@
text
@d1 12
a12 3
--- Makefile.orig	2012-01-31 16:17:52.000000000 +0800
+++ Makefile	2012-01-31 16:18:06.000000000 +0800
@@@@ -221,6 +221,7 @@@@
@


1.7
log
@Upgrade to 0.9.0.

Submitted by:	chinsan <chinsan_at_mail2000.com.tw>
Approved by:	maintainer
@
text
@d1 4
a4 11
--- Makefile.orig	Fri Feb 25 21:40:34 2005
+++ Makefile	Wed Mar  2 18:27:45 2005
@@@@ -85,12 +85,12 @@@@
 	$(MAKE) -C gtk-im install
 	if [ $(prefix) = /usr/local ]; then \
 	   install -m 644 gcin.png /usr/share/icons; \
-	   install -d $(DOC_DIR); \
-	   install -m 644 README $(DOC_DIR); \
 	   install $(PROGS) $(bindir); \
 	else \
 	   install -s $(PROGS) $(bindir); \
a5 2
+	install -d $(DOC_DIR); \
+	install -m 644 README $(DOC_DIR); \
d7 1
d9 2
a10 1
 clean:
@


1.6
log
@Add a patch for gcin-setup "Help" button.

Submitted by:	chinsan <chinsan@@mail2000.com.tw>
@
text
@@


1.5
log
@Upgrade to 0.8.4.

Approved by:	maintainer
@
text
@d1 17
a17 11
--- Makefile.orig	Tue Aug  3 13:56:59 2004
+++ Makefile	Tue Aug 17 20:21:44 2004
@@@@ -68,7 +68,7 @@@@
 	install -d $(libdir)/menu
 	install -m 644 menu/* $(libdir)/menu
 	$(MAKE) -C data install
-	if [ $(prefix) = /usr/local ]; then \
+	if [ $(prefix) = /usr/local -a `uname` != FreeBSD ]; then \
 	   install -m 644 menu/* /usr/lib/menu; \
 	   which update-menus >& /dev/null && update-menus; \
 	   sh modify-XIM; \
@


1.4
log
@- Update to 0.4.5

PR:		ports/72633
Submitted by:	Kuang-che Wu <kcwu@@csie.org>
@
text
@@


1.3
log
@Upgrade to 0.2.1.

PR:		ports/70575
Submitted by:	statue <statue@@freebsd.netlab.cse.yzu.edu.tw>
@
text
@d8 1
a8 1
+	if [ $(prefix) != /usr/local ]; then \
@


1.2
log
@update to 0.2.0

PR:		ports/69909
Submitted by:	statue <statue@@netlab.cse.yzu.edu.tw>
@
text
@d1 3
a3 22
--- Makefile.orig	Sun Aug  1 18:20:13 2004
+++ Makefile	Mon Aug  2 23:22:49 2004
@@@@ -27,7 +27,7 @@@@
 PROGS_CV=kbmcv
 
 all:	$(PROGS) $(DATA) $(PROGS_CV) gcin.spec
-	make -C data
+	${MAKE} -C data
 
 gcin:      $(OBJS) $(IMdkitLIB)
 	$(CC) -o $@@ $(OBJS) $(IMdkitLIB) $(LDFLAGS)
@@@@ -56,7 +56,7 @@@@
 	$(CC) -o $@@ $(OBJS_kbmcv)
 
 $(IMdkitLIB):
-	make -C IMdkit/lib
+	${MAKE} -C IMdkit/lib
 
 install:
 	install -d $(GCIN_TABLE_DIR)
@@@@ -67,8 +67,8 @@@@
 	install -d $(bindir)
d6 1
a6 1
-	make -C data install
a7 1
+	${MAKE} -C data install
a11 11
@@@@ -80,8 +80,8 @@@@
 	   install -s $(PROGS) $(bindir); \
 	fi
 clean:
-	make -C IMdkit clean
-	make -C data clean
+	${MAKE} -C IMdkit clean
+	${MAKE} -C data clean
 	rm -f *.o *~ *.E config.mak tags core.* $(PROGS) $(PROGS_CV) $(DATA) .depend gcin.spec menu/*~
 	cd ..; tar cvfj gcin.tbz gcin
 
@


1.1
log
@Add gcin 0.1.9, a triditional chinese input utility in X.

PR:		ports/69530
Submitted by:	Shen Chuan-Hsing
@
text
@d1 3
a3 22
--- Makefile.orig	Tue Jul 20 13:01:30 2004
+++ Makefile	Thu Jul 29 03:09:13 2004
@@@@ -1,5 +1,3 @@@@
-OPTFLAGS=-g
-
 include config.mak
 
 .SUFFIXES:	.c .o .E
@@@@ -7,9 +5,9 @@@@
 OBJS=gcin.o IC.o eve.o win0.o pho.o tsin.o win1.o util.o pho-util.o gcin-conf.o tsin-util.o \
      win-sym.o intcode.o pho-sym.o win-int.o win-pho.o gcin-settings.o
 OBJS_TSLEARN=tslearn.o util.o gcin-conf.o pho-util.o tsin-util.o gcin-send.o pho-sym.o
-OBJS_phod2a=phod2a.o pho-util.o gcin-conf.o pho-sym.o
-OBJS_tsa2d=tsa2d.o gcin-send.o util.o pho-sym.o gcin-conf.o
-OBJS_phoa2d=phoa2d.o pho-sym.o gcin-send.o gcin-conf.o
+OBJS_phod2a=phod2a.o pho-util.o pho-sym.o
+OBJS_tsa2d=tsa2d.o util.o pho-sym.o
+OBJS_phoa2d=phoa2d.o pho-sym.o
 OBJS_kbmcv=kbmcv.o pho-sym.o
 OBJS_tsd2a=tsd2a.o pho-sym.o
 OBJS_gcin_steup=gcin-setup.o gcin-conf.o util.o gcin-send.o gcin-settings.o
@@@@ -26,7 +24,7 @@@@
d8 1
a8 1
+	gmake -C data
d12 1
a12 28
@@@@ -34,28 +32,28 @@@@
 	ln -sf $@@ $@@.test
 
 tslearn:        $(OBJS_TSLEARN)
-	cc -o $@@ $(OBJS_TSLEARN) $(LDFLAGS)
+	$(CC) -o $@@ $(OBJS_TSLEARN) $(LDFLAGS)
 
 gcin-setup:     $(OBJS_gcin_steup)
-	cc -o $@@ $(OBJS_gcin_steup) $(LDFLAGS)
+	$(CC) -o $@@ $(OBJS_gcin_steup) $(LDFLAGS)
 
 phoa2d: $(OBJS_phoa2d)
-	cc -o $@@ $(OBJS_phoa2d) $(LDFLAGS)
+	$(CC) -o $@@ $(OBJS_phoa2d)
 
 phod2a: $(OBJS_phod2a)
-	cc -o $@@ $(OBJS_phod2a) $(LDFLAGS)
+	$(CC) -o $@@ $(OBJS_phod2a)
 
 tsa2d:  $(OBJS_tsa2d)
-	cc -o $@@ $(OBJS_tsa2d) $(LDFLAGS)
+	$(CC) -o $@@ $(OBJS_tsa2d)
 
 tsd2a:  $(OBJS_tsd2a)
-	cc -o $@@ $(OBJS_tsd2a) $(LDFLAGS)
+	$(CC) -o $@@ $(OBJS_tsd2a)
 
 kbmcv:  $(OBJS_kbmcv)
d17 1
a17 1
+	gmake -C IMdkit/lib
d21 2
a22 2
@@@@ -67,8 +65,8 @@@@
 	install -s $(PROGS) $(bindir)
d27 1
a27 1
+	gmake -C data install
d32 2
a33 2
@@@@ -78,8 +76,8 @@@@
 	   install -m 644 menu/* $(libdir)/menu; \
d38 2
a39 2
+	gmake -C IMdkit clean
+	gmake -C data clean
@

