mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
cf8401a068
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. <:)
28 lines
506 B
Plaintext
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"
|
|
###############################
|