summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorLars Koeller <lkoeller@FreeBSD.org>2000-12-31 09:34:53 +0000
committerLars Koeller <lkoeller@FreeBSD.org>2000-12-31 09:34:53 +0000
commitad201891c1f2695ea4b5890375c42134eb4d5dd6 (patch)
tree4cd5b346d6c2f885fc263521f3b0f6f36e56c0a6 /math
parentAdd new port of August, a non-WYSIWYG HTML editor written in Tcl/Tk. (diff)
Old configure style is obsolete due to update of grace to version 5.1.2.
Notes
Notes: svn path=/head/; revision=36518
Diffstat (limited to 'math')
-rw-r--r--math/grace/files/freebsd27
1 files changed, 0 insertions, 27 deletions
diff --git a/math/grace/files/freebsd b/math/grace/files/freebsd
deleted file mode 100644
index 9f21bfa5310c..000000000000
--- a/math/grace/files/freebsd
+++ /dev/null
@@ -1,27 +0,0 @@
-#****************************************
-#* Intel Linux with X11R6 and Motif 2.0 *
-#****************************************
-
-###############################
-# Compiler
-#
-CC="gcc"
-###############################
-
-###############################
-# C flags
-#
-CFLAGS="-Wall -pedantic"
-###############################
-
-###############################
-# Misc optimization flags
-#
-OPTIMIZE="-O2"
-###############################
-
-###############################
-# Flags used for debugging
-#
-DEBUG="-g -O2"
-###############################