View | Details | Raw Unified | Return to bug 122107
Collapse All | Expand All

(-)net/c3270/Makefile (-12 / +12 lines)
Lines 37-54 Link Here
37
# c3270's ./configure script supports these.
37
# c3270's ./configure script supports these.
38
# Within it all options except DBCS are enabled by default.
38
# Within it all options except DBCS are enabled by default.
39
39
40
OPTIONS=OPENSSL		'Build with OpenSSL support'		on	\
40
OPTIONS=OPENSSL		"Build with OpenSSL support"		on	\
41
	READLINE	'Use system Readline library'		on	\
41
	READLINE	"Use system Readline library"		on	\
42
	PR3287		'Build pr3287 component'		on	\
42
	PR3287		"Build pr3287 component"		on	\
43
	ANSI		'Include NVT (ANSI) support'		on	\
43
	ANSI		"Include NVT (ANSI) support"		on	\
44
	APL		'Include APL support'			on	\
44
	APL		"Include APL support"			on	\
45
	DBCS		'Include EBCDIC DBCS support'		off	\
45
	DBCS		"Include EBCDIC DBCS support"		off	\
46
	FT		'Include IND\$$FILE support'		on	\
46
	FT		"Include IND\$$FILE support"		on	\
47
	LOCAL_PROCESS	'Include Local Process support'		on	\
47
	LOCAL_PROCESS	"Include Local Process support"		on	\
48
	PRINTER		'Include printer session support'	on	\
48
	PRINTER		"Include printer session support"	on	\
49
	SCRIPT		'Include scripting support'		on	\
49
	SCRIPT		"Include scripting support"		on	\
50
	TN3270E		'Include TN3270-Extended support'	on	\
50
	TN3270E		"Include TN3270-Extended support"	on	\
51
	TRACE		'Include trace support'			on
51
	TRACE		"Include trace support"			on
52
52
53
.include <bsd.port.pre.mk>
53
.include <bsd.port.pre.mk>

Return to bug 122107