1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/chinese/abiword/Makefile
Ade Lovett 5a7544b55c Reroute dependency on defunct chinese/ghostscript6 port and
redirect to print/ghostscript-gnu (see ports/39684)

Submitted by:	'make index' failing for a while
2002-08-09 16:47:55 +00:00

29 lines
655 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 \
gs:${PORTSDIR}/print/ghostscript-gnu
NO_BUILD= yes
.include <bsd.port.pre.mk>
do-install:
@${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
.include <bsd.port.post.mk>