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


1.10
date	2005.03.13.02.21.30;	author clsung;	state dead;
branches;
next	1.9;

1.9
date	2005.03.12.10.52.40;	author marcus;	state Exp;
branches;
next	1.8;

1.8
date	2005.03.10.12.31.47;	author clsung;	state Exp;
branches;
next	1.7;

1.7
date	2005.01.20.15.25.44;	author vanilla;	state Exp;
branches;
next	1.6;

1.6
date	2004.11.07.22.36.01;	author marcus;	state Exp;
branches;
next	1.5;

1.5
date	2004.10.18.21.35.10;	author thierry;	state Exp;
branches;
next	1.4;

1.4
date	2004.08.22.12.33.49;	author arved;	state Exp;
branches;
next	1.3;

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

1.2
date	2004.07.30.08.41.53;	author pav;	state Exp;
branches;
next	1.1;

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


desc
@@


1.10
log
@- renamed to scim-pinyin

PR:		78265
Submitted by:	maintainer
Repocopy by:	marcus
@
text
@# New ports collection makefile for:    zh-scim-chinese
# Date created:		20 May 2004
# Whom:			Jie Gao	<gaoj@@cpsc.ucalgary.ca>
#
# $FreeBSD: ports/chinese/scim-chinese/Makefile,v 1.9 2005/03/12 10:52:40 marcus Exp $
#

PORTNAME=	scim-pinyin
PORTVERSION=	0.5.0
PORTREVISION=	1
CATEGORIES=	chinese
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=scim

MAINTAINER=	gaoj@@cpsc.ucalgary.ca
COMMENT=	SCIM Chinese Smart Pinyin input method

BUILD_DEPENDS=	scim:${PORTSDIR}/textproc/scim
RUN_DEPENDS=	${BUILD_DEPENDS}

USE_GNOME=	gnomehack lthack
USE_X_PREFIX=	yes
USE_ICONV=	yes
USE_GMAKE=	yes
USE_LIBTOOL_VER=	15

CONFIGURE_ENV=	PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
		PTHREAD_LIBS="${PTHREAD_LIBS}"

.include <bsd.port.pre.mk>

.if ${OSVERSION} < 500035
BUILD_DEPENDS+=	${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport
RUN_DEPENDS+=	${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport
CONFIGURE_ENV+=	CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/stlport" \
		LDFLAGS="-L${LOCALBASE}/lib -lstlport_gcc -lintl ${PTHREAD_LIBS}"
.else
CONFIGURE_ENV+=	CPPFLAGS="-I${LOCALBASE}/include -D__STDC_ISO_10646__" \
		LDFLAGS="-L${LOCALBASE}/lib -lintl"
.endif

post-install:
	@@${CAT} ${PKGMESSAGE}
	@@${ECHO}
	@@${ECHO} To display this message again, type \`pkg_info -D ${PKGNAME}\'
	@@${ECHO}

.include <bsd.port.post.mk>
@


1.9
log
@Bump PORTREVISION to chase the glib20 shared lib version change.
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.8
log
@- update from scim-chinese 0.4.2 to scim-pinyin 0.5.0
- rename to chinese/scim-pinyin

PR:		78265
Submitted by:	maintainer
Repocopy by:	marcus
@
text
@d10 1
@


1.7
log
@Remove dead master site and update WWW.

PR:		ports/76476
Submitted by:	maintainer
@
text
@d8 2
a9 3
PORTNAME=	scim-chinese
PORTVERSION=	0.4.2
PORTREVISION=	1
d20 1
a20 1
USE_GNOME=	lthack
a35 1
EXTRA_PATCHES=	${FILESDIR}/extra-patch-4-stable
@


1.6
log
@Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade.
@
text
@d12 1
a12 2
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE} \
		http://freedesktop.org/~suzhe/scim-chinese/
@


1.5
log
@Upgrade textproc/scim and related ports:
  textproc/scim         0.99.6 --> 1.0.0
  chinese/scim-chinese  0.4.1  --> 0.4.2
  chinese/scim-tables   0.4.1  --> 0.4.3
  korean/scim-tables    0.4.1  --> 0.4.3
  japanese/scim-tables  0.4.1  --> 0.4.3
  textproc/skim         0.9.5  --> 1.0.0

Pet portlint.

PR:		ports/71919
Submitted by:	maintainer.
@
text
@d10 1
@


1.4
log
@Add a forgotten PLIST_SUB in last update to textproc/scim to support 4-STABLE.
Update textproc/scim to 0.99.6
Update dependants:
  textproc/skim         0.9.4 --> 0.9.5
  chinese/scim-chinese  0.4.0 --> 0.4.1
  chinese/scim-tables   0.4.0 --> 0.4.1
  korean/scim-tables    0.4.0 --> 0.4.1
  japanese/scim-tables  0.4.0 --> 0.4.1

PR:		70501
Submitted by:	Jie Gao <gaoj@@cpsc.ucalgary.ca>
@
text
@d9 1
a9 1
PORTVERSION=	0.4.1
d33 4
a36 4
BUILD_DEPENDS+= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport
RUN_DEPENDS+=   ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/stlport" \
                LDFLAGS="-L${LOCALBASE}/lib -lstlport_gcc -lintl ${PTHREAD_LIBS}"
d46 1
a46 1
	@@${ECHO} To display this message again, type \`make post-install\'
@


1.3
log
@1: Make scim buildable on 4-X.
2: Add sf.net to MASTER_SITE.
3: make other ports BROKEN on 4-X.

PR:		ports/70326
Submitted by:	maintainer
@
text
@d9 1
a9 2
PORTVERSION=	0.4.0
PORTREVISION=	2
@


1.2
log
@- Chase scim shlib bump and gcc-3.4 fix
@
text
@d10 1
a10 1
PORTREVISION=	1
d12 3
a14 1
MASTER_SITES=	http://freedesktop.org/~suzhe/scim-chinese/
d27 2
a28 3
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include -D__STDC_ISO_10646__" \
		LDFLAGS="-L${LOCALBASE}/lib -lintl" \
		PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
d31 13
d50 1
a50 1
.include <bsd.port.mk>
@


1.1
log
@Add scim-chinese 0.4.0, SCIM Chinese Smart Pinyin input method.

PR:		ports/67133
Submitted by:	Jie Gao	<gaoj@@cpsc.ucalgary.ca>
somepart by:	me
@
text
@d10 1
d25 1
a25 1
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
@

