summaryrefslogtreecommitdiff
path: root/math/octave-devel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/octave-devel/Makefile')
-rw-r--r--math/octave-devel/Makefile24
1 files changed, 0 insertions, 24 deletions
diff --git a/math/octave-devel/Makefile b/math/octave-devel/Makefile
deleted file mode 100644
index c1c412bd04a8..000000000000
--- a/math/octave-devel/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# New ports collection makefile for: octave
-# Version required: 1.1.1
-# Date created: 26 Apr 1995
-# Whom: thomas@ghpc8.ihf.rwth-aachen.de
-#
-# $Id$
-#
-
-DISTNAME= octave-1.1.1
-CATEGORIES+= math
-KEYWORDS+= math "numeric computation" matlab
-MASTER_SITES= ftp://ftp.che.utexas.edu/pub/octave/
-
-MAINTAINER= ports@FreeBSD.ORG
-
-EXEC_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
-
-.include <bsd.port.mk>