blob: 5513fbb1200e2ac8e8ed1a5790e317c4888fe294 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# 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.71
CATEGORIES= japanese math gnome
MASTERDIR= ${.CURDIR}/../../math/gnumeric
EXTRA_PATCHES= ${.CURDIR}/files/patch-*
MAINTAINER= nakai@FreeBSD.org
.include "${MASTERDIR}/Makefile"
|