mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
befbd5b2d2
PR: 43311 Submitted by: adam@vectors.cx
19 lines
815 B
Plaintext
19 lines
815 B
Plaintext
##################### KLONE CONFIG FILE ######################################
|
|
#: FreeBSD
|
|
# defines this to the binary type: sun4, sun4solaris...
|
|
MACHINE_TYPE = freebsd
|
|
# default path for looking for klone files
|
|
KLONEPATH ="\".:~/kl:%%PREFIX%%/lib/klone\""
|
|
# system-needed libraries
|
|
LIBS =
|
|
# compilation flags , -O or -g
|
|
FLAGS = %%CFLAGS%%
|
|
# name (absolute or relative) of the compiler: cc, /bin/cc
|
|
C_COMPILER = %%CC%%
|
|
# various defines:
|
|
DEFINES = -DSYSV_TIME -DVOID_SIGNALS -DDO_NOT_REDEFINE_MALLOC
|
|
# other linker -specific flags
|
|
LFLAGS =
|
|
# unix command to apply to executable after link
|
|
POSTPROCESSING = :
|