# New ports collection makefile for:    zh-abiWord
# Date created:		8 March 2001
# Whom:			Jing-Tang Keith Jang <keith@FreeBSD.org>
#
# $FreeBSD: ports/chinese/abiword/Makefile,v 1.7 2003/02/26 16:19:43 foxfair Exp $
#

PORTNAME=	abiword
PORTVERSION=	1.0.3
CATEGORIES=	chinese editors
MASTER_SITES=	# none
DISTFILES=	# none

MAINTAINER=	keith@FreeBSD.org
COMMENT=	A cross-platform WYSIWYG word processor, with BIG5/GB available

RUN_DEPENDS=	AbiWord:${PORTSDIR}/editors/AbiWord \
		ttfm.sh:${PORTSDIR}/chinese/ttfm \
		${LOCALBASE}/share/fonts/TrueType/bkai00mp.ttf:${PORTSDIR}/chinese/arphicttf \
		gs:${PORTSDIR}/print/ghostscript-gnu

NO_BUILD=	yes
USE_X_PREFIX=	yes

.include <bsd.port.pre.mk>

do-install:
	@${SETENV} PKG_PREFIX=${LOCALBASE} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL

.include <bsd.port.post.mk>
