freebsd-ports/math/octave/Makefile
Thomas Gellekum 1f6da1ca4a Mark this BROKEN. I've also tried the latest release (octave-2.0)
with the same results: undefined symbols when linking. I'll put
together a make log and my changes to the port so someone with a
better knowledge of gcc and/or C++ can take a look at it (tomorrow
morning MET (or is that CET nowadays?)).
1996-12-12 08:03:38 +00:00

25 lines
603 B
Makefile

# 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.5 1996/11/18 14:05:34 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
BROKEN= "Sorry, doesn't link with gcc-2.7.2.1 in our tree"
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>