mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
77 lines
2.0 KiB
Plaintext
77 lines
2.0 KiB
Plaintext
# FreeBSD 2.x
|
|
|
|
. $ROOT/conf/os/bsd4.4-lite
|
|
|
|
# OSNAMES - Names defining this operating system
|
|
OSNAMES="FREEBSD:$OSNAMES"
|
|
|
|
# MAN1 - where smail user command man pages are to be installed
|
|
# MAN5 - where smail file format man pages are to be installed
|
|
# MAN8 - where smail administrator man pages should be installed
|
|
# MAN1_EXT - file extension for user command man pages
|
|
# MAN5_EXT - file extension for file format man pages
|
|
# MAN8_EXT - file extension for adminstrator man pages
|
|
#
|
|
#
|
|
MAN1_EXT=1
|
|
MAN1=!!PREFIX!!/man/man1
|
|
MAN5_EXT=5
|
|
MAN5=!!PREFIX!!/man/man5
|
|
MAN8_EXT=8
|
|
MAN8=!!PREFIX!!/man/man8
|
|
|
|
# SMAIL_BIN_DIR - location for uupath, etc.
|
|
SMAIL_BIN_DIR=!!PREFIX!!/bin
|
|
|
|
# SMAIL_NAME - to replace sendmail completely
|
|
SMAIL_NAME=!!PREFIX!!/sbin/sendmail
|
|
|
|
# OTHER_SMAIL_NAMES - to replace sendmail completely
|
|
OTHER_SMAIL_NAMES=!!PREFIX!!/bin/mailq:!!PREFIX!!/bin/rmail:!!PREFIX!!/bin/rsmtp
|
|
|
|
# NEWALIASES - to replace sendmail completely
|
|
NEWALIASES=!!PREFIX!!/bin/newaliases
|
|
|
|
# LIB_DIR - config files
|
|
LIB_DIR=!!PREFIX!!/etc/smail
|
|
|
|
# UTIL_BIN_DIR - programs
|
|
UTIL_BIN_DIR=!!PREFIX!!/libexec/smail
|
|
|
|
# Enable rfc1413 (ident protocol) and ESMTP sending support (EHLO)
|
|
HAVE=$HAVE:EHLO:RFC1413:LIBWRAP
|
|
|
|
# NOBODY - a user with few access capabilities
|
|
NOBODY=nobody
|
|
|
|
# PATHS_FILE, PATHS_TYPE - location and type of the pathalias router database
|
|
PATHS_FILE=paths
|
|
PATHS_TYPE=dbm
|
|
|
|
# FORCE_PATHS_FILE, FORCE_PATHS_TYPE - location and type of the force_paths
|
|
# router database
|
|
FORCE_PATHS_FILE=forcepaths
|
|
FORCE_PATHS_TYPE=lsearch
|
|
|
|
# FORCE_SMTP_FILE, FORCE_SMTP_TYPE - location and type of the force_smtp
|
|
# router database
|
|
FORCE_SMTP_FILE=forcesmtp
|
|
FORCE_SMTP_TYPE=lsearch
|
|
|
|
# Rewrite File
|
|
REWRITE_FILE=rewrite
|
|
REWRITE_TYPE=lsearch
|
|
|
|
# CPPFLAGS - interesting flags for the cpp, and cc commands
|
|
CPPFLAGS="-I!!PREFIX!!/include"
|
|
|
|
CFLAGS="$CFLAGS -I!!PREFIX!!/include"
|
|
|
|
# LDFLAGS - flags to pass to the loader
|
|
LDFLAGS="-L!!PREFIX!!/lib"
|
|
|
|
# LIBS - libraries to include in binaries
|
|
LIBS="-lident -lwrap"
|
|
|
|
MISC_DEFINES="$MISC_DEFINES:USE_TARGET_DOMAIN:NO_FORWARDTO_FILE:USE_LSEARCH_REGEXCMP:USE_STRICT_MX"
|