aboutsummaryrefslogtreecommitdiffstats
path: root/math/octave-devel/Makefile
blob: 6d67a9f3f78caf6743086ee6cbd481ad9c2d6cd7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# New ports collection makefile for:    octave
# Version required: 1.1.1
# Date created:     26 Apr 1995
# Whom:         thomas@ghpc8.ihf.rwth-aachen.de
#
# $Id: Makefile,v 1.4 1996/11/18 11:32:40 asami Exp $
#

DISTNAME=   octave-1.1.1
CATEGORIES= math 
MASTER_SITES=   ftp://ftp.che.utexas.edu/pub/octave/

MAINTAINER= ports@FreeBSD.ORG

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

HAS_CONFIGURE=  yes
USE_GMAKE=  yes
PATCH_STRIP=    -p1
MAKE_FLAGS= CFLAGS="-O2 -pipe -m486" CXXFLAGS="-O2 -pipe -m486" LDFLAGS="-s" -f
MAN1=       octave.1

.include <bsd.port.mk>