freebsd-ports/chinese/abiword/Makefile
Foxfair Hu 6d40d09211 PR:
Submitted by:
Reviewed by:
Approved by:
Obtained from:
MFC after:
Add missed COMMENT tag back in last commit.

Noticed by: 		Dan Langille <dan@langille.org>
2003-02-26 16:19:43 +00:00

30 lines
749 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= 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>