mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
19 lines
423 B
Makefile
19 lines
423 B
Makefile
# New ports collection makefile for: gnumeric
|
|
# Date created: 30 October 2000
|
|
# Whom: Yukihiro Nakai <nakai@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
# This port does not work with another version of master port.
|
|
#PORTVERSION= 0.57
|
|
CATEGORIES= japanese math gnome
|
|
|
|
MASTERDIR= ${.CURDIR}/../../math/gnumeric
|
|
|
|
EXTRA_PATCHES= ${.CURDIR}/files/patch-*
|
|
|
|
MAINTAINER= nakai@FreeBSD.org
|
|
|
|
.include "${MASTERDIR}/Makefile"
|