freebsd-ports/chinese/abiword/Makefile
Ying-Chieh Liao 0d01e5e9f2 upgrade to 1.0.3
PR:		46449
Submitted by:	Statue <statue@freebsd.sinica.edu.tw>
2003-01-03 19:50:17 +00:00

30 lines
676 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
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>