head	1.18;
access;
symbols
	RELEASE_8_3_0:1.17
	RELEASE_9_0_0:1.17
	RELEASE_7_4_0:1.16
	RELEASE_8_2_0:1.16
	RELEASE_6_EOL:1.16
	RELEASE_8_1_0:1.16
	RELEASE_7_3_0:1.16
	RELEASE_8_0_0:1.15
	RELEASE_7_2_0:1.13
	RELEASE_7_1_0:1.13
	RELEASE_6_4_0:1.13
	RELEASE_5_EOL:1.13
	RELEASE_7_0_0:1.12
	RELEASE_6_3_0:1.12
	PRE_XORG_7:1.11
	RELEASE_4_EOL:1.11
	RELEASE_6_2_0:1.9
	RELEASE_6_1_0:1.8
	RELEASE_5_5_0:1.8
	RELEASE_6_0_0:1.7
	RELEASE_5_4_0:1.6
	RELEASE_4_11_0:1.5
	RELEASE_5_3_0:1.5
	RELEASE_4_10_0:1.4
	RELEASE_5_2_1:1.3
	RELEASE_5_2_0:1.3
	RELEASE_4_9_0:1.1;
locks; strict;
comment	@# @;


1.18
date	2012.11.17.05.54.57;	author svnexp;	state Exp;
branches;
next	1.17;

1.17
date	2011.11.18.23.30.08;	author ehaupt;	state Exp;
branches;
next	1.16;

1.16
date	2009.11.22.19.49.31;	author pav;	state Exp;
branches;
next	1.15;

1.15
date	2009.08.22.00.15.06;	author amdmi3;	state Exp;
branches;
next	1.14;

1.14
date	2009.06.01.17.29.21;	author itetcu;	state Exp;
branches;
next	1.13;

1.13
date	2008.04.19.17.47.01;	author miwi;	state Exp;
branches;
next	1.12;

1.12
date	2007.05.19.20.00.44;	author flz;	state Exp;
branches;
next	1.11;

1.11
date	2006.12.01.22.32.33;	author laszlof;	state Exp;
branches;
next	1.10;

1.10
date	2006.12.01.21.24.16;	author laszlof;	state Exp;
branches;
next	1.9;

1.9
date	2006.05.03.23.38.32;	author edwin;	state Exp;
branches;
next	1.8;

1.8
date	2006.01.24.13.48.42;	author kris;	state Exp;
branches;
next	1.7;

1.7
date	2005.07.25.21.58.07;	author linimon;	state Exp;
branches;
next	1.6;

1.6
date	2005.01.08.15.50.02;	author sem;	state Exp;
branches;
next	1.5;

1.5
date	2004.05.13.09.12.45;	author kris;	state Exp;
branches;
next	1.4;

1.4
date	2004.02.04.05.18.55;	author marcus;	state Exp;
branches;
next	1.3;

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

1.2
date	2003.11.10.08.43.41;	author leeym;	state Exp;
branches;
next	1.1;

1.1
date	2003.07.22.13.31.10;	author leeym;	state Exp;
branches;
next	;


desc
@@


1.18
log
@Switch exporter over
@
text
@# New ports collection makefile for:    zh-miniChinput
# Date created:		19 Jul 2003
# Whom:			Shen Chuan-Hsing <statue@@freebsd.sinica.edu.tw>
#
# $FreeBSD: head/chinese/miniChinput/Makefile 300895 2012-07-14 12:56:14Z beat $
#

PORTNAME=	miniChinput
PORTVERSION=	0.1.9
PORTREVISION=	3
CATEGORIES=	chinese
MASTER_SITES=	SF/${PORTNAME:L}/${PORTNAME:L}/0-1-9

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	A tiny version of Chinput

GNU_CONFIGURE=	yes
CFLAGS+=	-I${LOCALBASE}/include -L${LOCALBASE}/lib
USE_GMAKE=	yes
USE_ICONV=	yes
USE_XORG=	x11 xt
USE_LDCONFIG=	yes
ALL_TARGET=	all data
INSTALL_TARGET=	install data-install
MAKE_JOBS_UNSAFE=	yes

MAN1=		chinput.1

.include <bsd.port.pre.mk>

.if ${ARCH} == "sparc64"
BROKEN=		Build fails on sparc64
.endif

post-patch:
	@@${REINPLACE_CMD} -e 's,make,${GMAKE},g' ${WRKSRC}/src/Makefile.in
	@@echo "install:" >> ${WRKSRC}/src/IMdkit/Makefile
	@@${REINPLACE_CMD} 's,^CFLAGS =,CFLAGS +=,' ${WRKSRC}/ImmModules/cce/Makefile.in \
		${WRKSRC}/ImmModules/turbo/Makefile.in \
		${WRKSRC}/src/server/Makefile.in \
		${WRKSRC}/src/client/Makefile.in
	@@${REINPLACE_CMD} -e 's#$$(prefix)$$(imdir)/{gb,gbk,big5}#$$(prefix)$$(imdir)/gb $$(prefix)$$(imdir)/gbk $$(prefix)$$(imdir)/big5#g' ${WRKSRC}/ImmModules/turbo/Makefile.in
	@@${REINPLACE_CMD} -e 's,-@@PACKAGE_VERSION@@,,g' ${WRKSRC}/doc/Makefile.in
	@@${REINPLACE_CMD} -e 's,/share/man,/man,g' ${WRKSRC}/configure
	@@${REINPLACE_CMD} -e 's|/usr/X11R6|${LOCALBASE}|g' ${WRKSRC}/src/IMdkit/Makefile

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

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


1.17
log
@Remove trailing whitespaces.

Feature safe:	yes
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.16
log
@- Mark MAKE_JOBS_UNSAFE

Reported by:	pointyhat
@
text
@d41 1
a41 1
		${WRKSRC}/src/client/Makefile.in 
@


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


1.14
log
@Fix build with custom LOCALBSE and respect CFLAGS a little more.

Reported by:	QATty
@
text
@d12 1
a12 1
MASTER_SITES=	SF/minichinput
@


1.13
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
@d18 1
d37 4
@


1.12
log
@- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
@
text
@d10 1
a10 1
PORTREVISION=	2
d12 1
a12 2
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	minichinput
d20 1
a20 1
USE_XLIB=	yes
d39 1
a39 1
	@@${REINPLACE_CMD} -e 's|/usr/X11R6|${X11BASE}|g' ${WRKSRC}/src/IMdkit/Makefile
@


1.11
log
@Back out CONFIGURE_ARGS change. Handled by USE_XLIB + GNU_CONFIGURE

Reported by: 	rafan
@
text
@d10 1
a10 1
PORTREVISION=	1
@


1.10
log
@1) Respect X11BASE.
2) USE_LDCONFIG
3) pet portlint(1)

Reported by:	pointyhat
@
text
@a27 3
CONFIGURE_ARGS+=	--x-includes=${X11BASE}/include \
			--x-libraries=${X11BASE}/lib

@


1.9
log
@remove USE_REINPLACE for all ports with categories starting with C
@
text
@d22 1
d28 3
d34 1
a34 1
BROKEN=		"Build fails on sparc64"
d43 1
@


1.8
log
@Add missing USE_ICONV=yes
@
text
@a20 1
USE_REINPLACE=	yes
@


1.7
log
@Reset bouncing maintainer address.  These ports are now available for
adoption.

Note that I have left the maintainer's own ftp site as a MASTERSITE
because it still appears to be active (for now, anyways).

Hat:	portmgr
@
text
@d20 1
@


1.6
log
@- Pass maintainership to submitter

PR:		ports/75730
Submitted by:	statue(at)freebsd.netlab.cse.yzu.edu.tw
@
text
@d15 1
a15 1
MAINTAINER=	statue@@freebsd.netlab.cse.yzu.edu.tw
@


1.5
log
@BROKEN on sparc64: Build fails
@
text
@d15 1
a15 1
MAINTAINER=	ports@@FreeBSD.org
@


1.4
log
@Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
@
text
@d27 6
d43 1
a43 1
.include <bsd.port.mk>
@


1.3
log
@statue@@freebsd.sinica.edu.tw has asked for all the maintained
ports to be reset to ports@@FreeBSD.org.  We're sorry to see you
go and want to thank you for your help in the past.

PR:		ports/59515
Submitted by:	statue@@freebsd.sinica.edu.tw
@
text
@d10 1
@


1.2
log
@fix PLIST problem.

Reviewed by:	maintainer
@
text
@d14 1
a14 1
MAINTAINER=	statue@@freebsd.sinica.edu.tw
@


1.1
log
@miniChinput is a tiny version of Chinput, which is a GPLed Chinese
input method. miniChinput uses XIM protocol and provides several
input modules for both GB and BIG5 encodings.

WWW: http://sourceforge.net/projects/minichinput

PR:		54620
Submitted by:	Statue <statue@@freebsd.sinica.edu.tw>
@
text
@d17 1
a17 1
HAS_CONFIGURE=	yes
d24 2
d30 2
@

