aboutsummaryrefslogtreecommitdiff
path: root/math/grace/files
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/grace/files
parent0d09428d0cf0dd6cae9e10f3110bcae176b84eb8 (diff)
downloadports-ad201891c1f2695ea4b5890375c42134eb4d5dd6.tar.gz
ports-ad201891c1f2695ea4b5890375c42134eb4d5dd6.zip
Notes
Diffstat (limited to 'math/grace/files')
-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"
-###############################