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 cf8401a068 Save xmgr history part the last. Back to the first import of the
xmgr-4.1.1 port. The maintainer changed with Andreas' consent.

I'll remove print/xmgr in a couple of days when I'm sure there's
no other breakage. <:)
1998-04-30 08:52:23 +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"
###############################