1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/math/xmgr/files/freebsd
Thomas Gellekum 1ec26f18bf Import xmgr port. xmgr is an XY plotting tool with a point-and-click interface.
PR:		5989
Submitted by:	Lars Köller <Lars.Koeller@Uni-Bielefeld.DE>
1998-04-09 08:51:42 +00:00

28 lines
506 B
Plaintext

#**********************************
#* FreeBSD with X11R6 and Motif 2.0 *
#**********************************
###############################
# Compiler
#
CC="gcc"
###############################
###############################
# C flags
#
CFLAGS="-Wall"
###############################
###############################
# Misc optimization flags
#
OPTIMIZE="-O2"
###############################
###############################
# Flags used for debugging
#
DEBUG="-g -O2"
###############################