mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
5a7544b55c
redirect to print/ghostscript-gnu (see ports/39684) Submitted by: 'make index' failing for a while
29 lines
655 B
Makefile
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>
|