head	1.13;
access;
symbols
	RELEASE_8_3_0:1.10
	RELEASE_9_0_0:1.10
	RELEASE_7_4_0:1.9
	RELEASE_8_2_0:1.9
	RELEASE_6_EOL:1.9
	RELEASE_8_1_0:1.9
	RELEASE_7_3_0:1.8
	RELEASE_8_0_0:1.6
	RELEASE_7_2_0:1.4
	RELEASE_7_1_0:1.4
	RELEASE_6_4_0:1.4
	RELEASE_5_EOL:1.3
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2;
locks; strict;
comment	@# @;


1.13
date	2012.11.17.05.54.58;	author svnexp;	state Exp;
branches;
next	1.12;

1.12
date	2012.06.10.18.41.16;	author swills;	state Exp;
branches;
next	1.11;

1.11
date	2012.06.01.05.16.40;	author dinoex;	state Exp;
branches;
next	1.10;

1.10
date	2011.09.23.22.21.25;	author amdmi3;	state Exp;
branches;
next	1.9;

1.9
date	2010.03.28.06.31.55;	author dinoex;	state Exp;
branches;
next	1.8;

1.8
date	2010.02.05.11.34.49;	author dinoex;	state Exp;
branches;
next	1.7;

1.7
date	2009.11.22.19.49.32;	author pav;	state Exp;
branches;
next	1.6;

1.6
date	2009.08.22.00.15.07;	author amdmi3;	state Exp;
branches;
next	1.5;

1.5
date	2009.07.31.13.49.27;	author dinoex;	state Exp;
branches;
next	1.4;

1.4
date	2008.06.06.13.14.36;	author edwin;	state Exp;
branches;
next	1.3;

1.3
date	2008.03.02.08.25.04;	author linimon;	state Exp;
branches;
next	1.2;

1.2
date	2007.07.05.07.21.21;	author beech;	state Exp;
branches;
next	1.1;

1.1
date	2007.06.13.04.52.50;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.13
log
@Switch exporter over
@
text
@# New ports collection makefile for:    zh-scim-fcitx
# Date created:		8 May 2007
# Whom:			Yinghong Liu <relaxbsd@@gmail.com>
#
# $FreeBSD: head/chinese/scim-fcitx/Makefile 300895 2012-07-14 12:56:14Z beat $
#

PORTNAME=	scim
PORTVERSION=	3.1.1
PORTREVISION=	5
CATEGORIES=	chinese
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-fcitx/${PORTVERSION}
PKGNAMESUFFIX=	-fcitx
DISTNAME=	${PORTNAME}${PKGNAMESUFFIX}.${PORTVERSION}

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	An SCIM IMEngine module for fcitx

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

USE_BZIP2=	yes
USE_GMAKE=	yes
GNU_CONFIGURE=	yes
MAKE_JOBS_UNSAFE=	yes

WRKSRC=		${WRKDIR}/fcitx

CONFIGURE_ENV+=	SCIM_DATADIR=${PREFIX}/share/scim \
		SCIM_ICONDIR=${PREFIX}/share/scim/icons
CPPFLAGS+=	-I${LOCALBASE}/include
LDFLAGS+=	-L${LOCALBASE}/lib -lintl

SUB_FILES=	pkg-message

post-patch:
	@@${REINPLACE_CMD} -e 's|echo aout|echo elf|g' \
	${WRKSRC}/configure

post-install:
	@@${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>
@


1.12
log
@- Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
  RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
  about for a while.

PR:		ports/168208
Approved by:	portmgr (miwi)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.11
log
@- update png to 1.5.10
@
text
@d20 1
a20 1
BUILD_DEPENDS=	${RUN_DEPENDS}
@


1.10
log
@- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
@
text
@d10 1
a10 1
PORTREVISION=	4
@


1.9
log
@- update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
@
text
@d29 1
a29 3
CONFIGURE_ENV+=	LDFLAGS="-L${LOCALBASE}/lib -lintl" \
		CPPFLAGS="-I${LOCALBASE}/include" \
		SCIM_DATADIR=${PREFIX}/share/scim \
d31 2
@


1.8
log
@- update to jpeg-8
@
text
@d10 1
a10 1
PORTREVISION=	3
@


1.7
log
@- Mark MAKE_JOBS_UNSAFE

Reported by:	pointyhat
@
text
@d10 1
a10 1
PORTREVISION=	2
@


1.6
log
@- Switch SourceForge ports to the new File Release System: categories starting with B,C
@
text
@d25 1
@


1.5
log
@- bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin
@
text
@d12 1
a12 1
MASTER_SITES=	SF
@


1.4
log
@Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@@
Approved by:    portmgr (pav)
@
text
@d10 1
a10 1
PORTREVISION=	1
@


1.3
log
@Reset relaxbsd@@gmail.com due to maintainer-timeouts.

Hat:		portmgr
@
text
@d10 1
@


1.2
log
@- Change maintainer address
- Cleanup master_sites

Requested by:	Yinghong Liu <relaxbsd@@gmail.com> (maintainer)
Approved by:	sat (mentor)
@
text
@d15 1
a15 1
MAINTAINER=	relaxbsd@@gmail.com
@


1.1
log
@fcitx stands for Free Chinese Input Toy of X,it's a ollection of Simplified
Chinese input methods based on XIM (X Input Method), including WuBi, PinYin,
and QuWei.
scim-fcitx is an SCIM IMEngine module for fcitx.

WWW: http://www.fcitx.org

PR:		ports/112523
Submitted by:	Yinghong.Liu <liu_yinghong at yahoo.com.cn>
@
text
@d3 1
a3 1
# Whom:			Yinghong.Liu <liu_yinghong@@yahoo.com.cn>
d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=scim
d15 1
a15 1
MAINTAINER=	liu_yinghong@@yahoo.com.cn
@

