head	1.2;
access;
symbols
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2006.03.16.06.28.27;	author delphij;	state dead;
branches;
next	1.1;

1.1
date	2006.02.25.20.10.15;	author delphij;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Separate the PNG embedding utility (fixrtf) out of the port, as
it can be used for all languages, not just CJK.

Requested by:	hrs
Approved by:	clive
@
text
@# $FreeBSD: ports/chinese/docproj/src/fixrtf/Makefile,v 1.1 2006/02/25 20:10:15 delphij Exp $

PROG=	fixrtf
SRCS=	fixrtf.l

PREFIX?=	/usr/local
BINDIR=	${PREFIX}/bin
CFLAGS+=-I${PREFIX}/include
LDADD=	-L${PREFIX}/lib -lpng
NO_MAN=
NOMAN=

.include <bsd.prog.mk>
@


1.1
log
@Add zh-docproj, a set of supportive tools to help the build of PDFs
written in far east languages (GB2312, GBK, BIG5, EUCJP, EUCKR and
UTF-8 encodings).

The code were written by intron <intron at intron dot ac>

Obtained from:	The FreeBSD Simplified Chinese Project CVS
Approved by:	portmgr (marcus)
@
text
@d1 1
a1 1
# $FreeBSD$
@

