blob: 5582fb9b72bf848cdfe1ac0db1bb9d718ae8492c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
|
#
# Copyright (C) 2003,2004,2005,2006,2008 Ken'ichi Fukamachi
# All rights reserved. This program is free software; you can
# redistribute it and/or modify it under the same terms as Perl itself.
#
# $FML: install.cf.in,v 1.23 2008/05/25 04:04:54 fukachan Exp $
#
LIBS = @LIBS@
CC = @CC@
CFLAGS = @CFLAGS@
LDFLAGS = @LDFLAGS@
INSTALLCMD = @INSTALL@
prefix = @prefix@
exec_prefix = @exec_prefix@
datarootdir = @datarootdir@
bindir = @bindir@
mandir = @mandir@
config_dir = @fmlconfdir@
group_writable_config_dir = @fmlgwconfdir@
libexec_dir = @libexecdir@/fml
lib_dir = @libdir@/fml
data_dir = @datarootdir@/fml
# ml spool
ml_spool_dir = @mlspooldir@
# owner of /var/spool/ml
owner = @fml_owner@
group = @fml_group@
vendors = fml
cpan
img
mandatory_dirs = prefix
exec_prefix
config_dir
default_config_dir
group_writable_config_dir
bindir
mandir
libexec_dir
lib_dir
data_dir
# install /etc/fml/defaults/$version/
nl_template_files = default_config.cf.ja
default_config.cf.en
config.cf.ja
config.cf.en
# ln -s default_config.cf.$nl_default_language default_config.cf
nl_default_language = ja
# sample files
sample_cf_files = site_default_config.cf
mime_component_filter
# install /etc/fml/defaults/$version/
template_files = include
include-ctl
include-error
aliases
postfix_virtual
dot_htaccess
dot-qmail
dot-qmail-admin
dot-qmail-ctl
dot-qmail-default
dot-qmail-request
procmailrc
install.cf
main.cf
modules
command_line_options
menu
bin_programs = fml
fmladdr
fmlalias
fmldoc
fmlconf
makefml
fmlsch
fmlproj
fmlhtmlify
fmlpgp
fmlpgp5
fmlpgpe
fmlpgpk
fmlpgps
fmlpgpv
fmlgpg
fmlgpgv
libexec_programs = fml.pl
msend.pl
mead.pl
distribute
digest
command
error
mead
fmlserv
faker
createonpost
fetchfml
remind
|