007c839ed1
This is a slightly modified version of japanese/gnumeric. It can exchange simple spreadsheets with MS Excel. TODO: Test CLE's patch, to see if a static gnomeole2 is needed to avoid frequent crash when opening complicated .xls.
16 lines
329 B
Makefile
16 lines
329 B
Makefile
# New ports collection makefile for: zh-gnumeric
|
|
# Date created: 6 March 2001
|
|
# Whom: Jing-Tang Keith Jang <keith@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
CATEGORIES= chinese math gnome
|
|
|
|
MAINTAINER= keith@FreeBSD.org
|
|
|
|
MASTERDIR= ${.CURDIR}/../../math/gnumeric
|
|
|
|
EXTRA_PATCHES= ${.CURDIR}/files/patch-*
|
|
|
|
.include "${MASTERDIR}/Makefile"
|