head	1.17;
access;
symbols
	RELEASE_8_3_0:1.16
	RELEASE_9_0_0:1.16
	RELEASE_7_4_0:1.15
	RELEASE_8_2_0:1.15
	RELEASE_6_EOL:1.15
	RELEASE_8_1_0:1.15
	RELEASE_7_3_0:1.15
	RELEASE_8_0_0:1.15
	RELEASE_7_2_0:1.15
	RELEASE_7_1_0:1.15
	RELEASE_6_4_0:1.15
	RELEASE_5_EOL:1.15
	RELEASE_7_0_0:1.13
	RELEASE_6_3_0:1.13
	PRE_XORG_7:1.12
	RELEASE_4_EOL:1.12
	RELEASE_6_2_0:1.12
	RELEASE_6_1_0:1.11
	RELEASE_5_5_0:1.11
	RELEASE_6_0_0:1.10
	RELEASE_5_4_0:1.10
	RELEASE_4_11_0:1.10
	RELEASE_5_3_0:1.10
	RELEASE_4_10_0:1.10
	RELEASE_5_2_1:1.10
	RELEASE_5_2_0:1.10
	RELEASE_4_9_0:1.10
	RELEASE_5_1_0:1.6
	RELEASE_4_8_0:1.5
	RELEASE_5_0_0:1.4
	RELEASE_4_7_0:1.2
	RELEASE_4_6_2:1.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.2
	RELEASE_4_5_0:1.2;
locks; strict;
comment	@# @;


1.17
date	2012.11.17.05.54.56;	author svnexp;	state Exp;
branches;
next	1.16;

1.16
date	2011.11.10.14.33.50;	author linimon;	state Exp;
branches;
next	1.15;

1.15
date	2008.04.09.13.41.55;	author pav;	state Exp;
branches;
next	1.14;

1.14
date	2007.12.11.21.08.50;	author delphij;	state Exp;
branches;
next	1.13;

1.13
date	2007.05.19.20.00.42;	author flz;	state Exp;
branches;
next	1.12;

1.12
date	2006.05.03.23.38.31;	author edwin;	state Exp;
branches;
next	1.11;

1.11
date	2005.10.26.14.11.06;	author mnag;	state Exp;
branches;
next	1.10;

1.10
date	2003.08.17.01.36.07;	author kris;	state Exp;
branches;
next	1.9;

1.9
date	2003.06.26.00.55.56;	author leeym;	state Exp;
branches;
next	1.8;

1.8
date	2003.06.22.18.04.40;	author leeym;	state Exp;
branches;
next	1.7;

1.7
date	2003.06.11.18.41.39;	author leeym;	state Exp;
branches;
next	1.6;

1.6
date	2003.05.10.00.59.51;	author petef;	state Exp;
branches;
next	1.5;

1.5
date	2003.02.20.16.56.52;	author knu;	state Exp;
branches;
next	1.4;

1.4
date	2002.11.10.16.45.17;	author lioux;	state Exp;
branches;
next	1.3;

1.3
date	2002.11.06.22.44.08;	author adamw;	state Exp;
branches;
next	1.2;

1.2
date	2001.10.20.14.46.44;	author clive;	state Exp;
branches;
next	1.1;

1.1
date	2001.09.24.05.05.49;	author ijliao;	state Exp;
branches;
next	;


desc
@@


1.17
log
@Switch exporter over
@
text
@# ex:ts=8
# New ports collection makefile for:	hanzim
# Date created:			Sep 23, 2001
# Whom:				ijliao
#
# $FreeBSD: head/chinese/hanzim/Makefile 300895 2012-07-14 12:56:14Z beat $
#

PORTNAME=	hanzim
PORTVERSION=	1.3
PORTREVISION=	3
CATEGORIES=	chinese tk
MASTER_SITES=	http://kamares.ucsd.edu/~arobert/Files/Chinese/ \
		http://www.525183.com/freebsd/hanzim/ \
		http://www.chinatinco.com/freebsd/hanzim/ \
		http://525183.serverbox.org/freebsd/hanzim/
MASTER_SITE_SUBDIR=	. Old
EXTRACT_SUFX=	.tgz

MAINTAINER=	sunrychen@@gmail.com
COMMENT=	A Chinese character learning-aid program

BUILD_DEPENDS+=	wish8.4:${PORTSDIR}/x11-toolkits/tk84
RUN_DEPENDS+=	wish8.4:${PORTSDIR}/x11-toolkits/tk84

WRKSRC=		${WRKDIR}/Hanzim
ALL_TARGET=	${PORTNAME}

MAN1=		hanzim.1

post-patch:
	@@${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},g' ${WRKSRC}/hanzim.c

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/hanzim ${PREFIX}/bin
	${INSTALL_MAN} ${WRKSRC}/hanzim.man ${PREFIX}/man/man1/hanzim.1
	@@${MKDIR} ${PREFIX}/lib/hanzim
	${INSTALL_DATA} ${WRKSRC}/Data/* ${PREFIX}/lib/hanzim
.if !defined(NOPORTDOCS)
	@@${MKDIR} ${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/hanzim.doc ${DOCSDIR}
.endif
	${PREFIX}/bin/hanzim -port-install

.include <bsd.port.pre.mk>

.if ${ARCH} == "powerpc"
BROKEN=		Does not install on powerpc: signal 11
.endif

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


1.16
log
@Mark as broken on powerpc.

Hat:		portmgr
Feature safe:	yes
@
text
@d6 1
a6 1
# $FreeBSD$
@


1.15
log
@- Move from versioned tcl/tk CATEGORIES to simple tcl and tk categories

With hat:	portmgr
@
text
@d45 7
a51 1
.include <bsd.port.mk>
@


1.14
log
@Fix segmentation fault caused by strcmp() on nonexistent argv.

Pass maintainership to submitter.

PR:		117912
Submitted by:	Sunry Chen <sunrychen at gmail.com>
@
text
@d12 1
a12 1
CATEGORIES=	chinese tk84
@


1.13
log
@- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
@
text
@d11 1
a11 1
PORTREVISION=	2
d13 4
a16 1
MASTER_SITES=	http://kamares.ucsd.edu/~arobert/Files/Chinese/
d20 1
a20 1
MAINTAINER=	ports@@FreeBSD.org
@


1.12
log
@remove USE_REINPLACE for all ports with categories starting with C
@
text
@d11 1
a11 1
PORTREVISION=	1
@


1.11
log
@Change MASTER_SITES

PR:		88035
Submitted by:	Jean Milanez Melo <jmelo@@freebsdbrasil.com.br>
@
text
@a24 1
USE_REINPLACE=	yes
@


1.10
log
@Update to tcl/tk 8.4 and bump PORTREVISION.
@
text
@d13 1
a13 1
MASTER_SITES=	ftp://kommos.ucsd.edu/pub/arobert/Chinese/%SUBDIR%/
@


1.9
log
@+ refine Makefile
+ add missing entry in pkg-plist which is generated by hanzim -port-install
@
text
@d11 2
a12 1
CATEGORIES=	chinese tk83
d20 2
a21 2
BUILD_DEPENDS+=	wish8.3:${PORTSDIR}/x11-toolkits/tk83
RUN_DEPENDS+=	wish8.3:${PORTSDIR}/x11-toolkits/tk83
@


1.8
log
@Fix the "Hanzim: start-up error" problem

PR:		53524
Noticed by:	Mark Linimon <linimon@@lonesome.com>
Submitted by:	Serge Gagnon <gagnon__s@@videotron.ca>
@
text
@d13 1
a14 1
MASTER_SITE_SUBDIR=	. Old
d23 1
a23 1
ALL_TARGET=	# empty
d26 1
a26 1
MAN1=	hanzim.1
d29 12
a40 1
	${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},g' ${WRKSRC}/hanzim.c
@


1.7
log
@o Fix unfetchable distfile by upgrading to 1.3

PR:		53109
Submitted by:	Serge Gagnon <gagnon__s@@videotron.ca>
@
text
@d24 1
d27 3
@


1.6
log
@Look in the 'Old' subdir if we can't find the distfile.

Noticed by: 	fenner's portsurvey
@
text
@d10 1
a10 1
PORTVERSION=	1.2
@


1.5
log
@De-pkg-comment.
@
text
@d12 1
a12 1
MASTER_SITES=	ftp://kommos.ucsd.edu/pub/arobert/Chinese/
d14 1
@


1.4
log
@o Rollback PORTCOMMENT modifications while this feature's implementation
  is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
@
text
@d16 1
@


1.3
log
@Use PORTCOMMENT in the Makefile, and whack the pkg-comment.

Approved by:	pat
@
text
@a16 2
PORTCOMMENT=	A Chinese character learning-aid program

@


1.2
log
@Add tk83 to BUILD_DEPENDS, RUN_DEPENDS.

PR: ports/31252
Submitted by: Statue <statue@@softwareliberty.org>
@
text
@d17 2
@


1.1
log
@add hanzim
A Chinese character learning-aid program
@
text
@d17 3
@

