blob: 4554464db8b8e248ec99967b908436a5ed656ad8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# 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>
|