17 lines
329 B
Makefile
17 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"
|