# New ports collection makefile for:	octave
# Version required:	2.0.14
# Date created:		8 September 1998
# Whom:			chuckr@freebsd.org
#
# $FreeBSD: ports/math/octave/Makefile,v 1.24 1999/12/29 08:54:15 steve Exp $
#

DISTNAME=	octave-2.0.14
CATEGORIES=	math
#MASTER_SITES=	ftp://ftp.che.wisc.edu/pub/octave/
MASTER_SITES=	ftp://ftp.che.wisc.edu/pub/octave/ \
		ftp://ftp.eos.hokudai.ac.jp/pub/GNU/misc/octave/

MAINTAINER=	chuckr@FreeBSD.org

BUILD_DEPENDS=	gnuplot:${PORTSDIR}/math/gnuplot
RUN_DEPENDS=	gnuplot:${PORTSDIR}/math/gnuplot

.include <bsd.port.pre.mk>

.if ${PORTOBJFORMAT} == "elf"
GNU_HOST=	${ARCH}-portbld-freebsd${OSREL}
.else
GNU_HOST=	${ARCH}-portbld-freebsdaout${OSREL}
.endif
OCTAVE_VERSION=	2.0.14
PLIST_SUB=	OCTAVE_VERSION=${OCTAVE_VERSION} GNU_HOST=${GNU_HOST}

USE_GMAKE=	yes
GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--disable-shared --host=${GNU_HOST}

.if ${OSVERSION} < 400004
CONFIGURE_ARGS+=	--with-f2c
.endif

MAN1=		octave.1

LIBOCTAVE-INFO= liboctave.info liboctave.info-1 liboctave.info-2 liboctave.info-3

post-install:
.ifndef NOPORTDOCS
	$(MKDIR) $(PREFIX)/share/octave/doc
.for file in $(LIBOCTAVE-INFO)
	$(INSTALL_DATA) $(WRKSRC)/doc/liboctave/$(file) $(PREFIX)/info
.endfor
	install-info --entry='* Octave: (octave).	Interactive language for numerical computations.' $(PREFIX)/info/octave.info $(PREFIX)/info/dir
	install-info --entry='* LibOctave: (liboctave).	C++ class library for Octave.' $(PREFIX)/info/liboctave.info $(PREFIX)/info/dir
	$(INSTALL_DATA) $(WRKSRC)/doc/interpreter/octave.ps $(PREFIX)/share/octave/doc
	$(INSTALL_DATA) $(WRKSRC)/doc/liboctave/liboctave.ps $(PREFIX)/share/octave/doc
	$(INSTALL_DATA) $(WRKSRC)/doc/refcard/refcard-letter.ps $(PREFIX)/share/octave/doc
	$(INSTALL_DATA) $(WRKSRC)/doc/refcard/refcard-legal.ps $(PREFIX)/share/octave/doc
	$(INSTALL_DATA) $(WRKSRC)/doc/refcard/refcard-a4.ps $(PREFIX)/share/octave/doc
	$(INSTALL_DATA) $(WRKSRC)/doc/faq/Octave-FAQ.ps $(PREFIX)/share/octave/doc
.endif

.include <bsd.port.post.mk>
