1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/chinese/abiword/Makefile
Ying-Chieh Liao d066feed51 Since AbiWord 0.9.0, it had been moved from $PREFIX/AbiSuite
to $PREFIX/share/AbiSuite

So we should change path-setting in chinese/abiword and chinese/ttfm

PR:		30600
Submitted by:	Kuang-che Wu <kcwu@ck.tp.edu.tw>
Approved by:	MAINTAINER
2001-10-15 12:09:23 +00:00

29 lines
714 B
Makefile

# New ports collection makefile for: zh-abiWord
# Date created: 8 March 2001
# Whom: Jing-Tang Keith Jang <keith@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= abiword
PORTVERSION= 0.9.2
CATEGORIES= chinese editors
MASTER_SITES= # none
DISTFILES= # none
MAINTAINER= keith@FreeBSD.org
RUN_DEPENDS= AbiWord:${PORTSDIR}/editors/AbiWord \
ttfm.sh:${PORTSDIR}/chinese/ttfm \
${LOCALBASE}/share/fonts/TrueType/bkai00mp.ttf:${PORTSDIR}/chinese/arphicttf \
${LOCALBASE}/share/ghostscript/CJK/CMap/ac13/CMap/Adobe-CNS1-0:${PORTSDIR}/chinese/ghostscript6
NO_BUILD= yes
.include <bsd.port.pre.mk>
do-install:
@${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
.include <bsd.port.post.mk>