1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

Upgrade to 3.2.0.97

This is still beta, but the latest release (3.2.0) is not able to prevent
spam-relaying...
This commit is contained in:
Torsten Blum 1997-10-15 09:16:07 +00:00
parent e268f7bfd0
commit d4a2691575
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=8275
2 changed files with 11 additions and 6 deletions

View File

@ -3,16 +3,17 @@
# Date created: 16 Oct 1994
# Whom: torstenb
#
# $Id: Makefile,v 1.16 1996/11/19 11:16:37 torstenb Exp $
# $Id: Makefile,v 1.17 1996/11/30 01:03:24 torstenb Exp $
#
DISTNAME= smail-3.2
DISTNAME= smail-3.2.0.97
CATEGORIES= mail
MASTER_SITES= ftp://ftp.uu.net/networking/mail/smail/
MASTER_SITES= ftp://ftp.uu.net/networking/mail/smail/ \
ftp://ftp.fu-berlin.de/unix/mail/smail/
MAINTAINER= torstenb@FreeBSD.ORG
BUILD_DEPENDS= ${PREFIX}/lib/libident.a:${PORTSDIR}/security/libident
BUILD_DEPENDS= ${PREFIX}/lib/libident.a:${PORTSDIR}/security/libident \ ${REPFIX}/lib/libwrap.a:${PORTSDIR}/security/tcp_wrapper
INSTALL_TARGET= install installman

View File

@ -39,7 +39,7 @@ LIB_DIR=!!PREFIX!!/etc/smail
UTIL_BIN_DIR=!!PREFIX!!/libexec/smail
# Enable rfc1413 (ident protocol) and ESMTP sending support (EHLO)
HAVE=$HAVE:EHLO:RFC1413
HAVE=$HAVE:EHLO:RFC1413:LIBWRAP
# NOBODY - a user with few access capabilities
NOBODY=nobody
@ -61,8 +61,12 @@ FORCE_SMTP_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"
LIBS="-lident -lwrap"
MISC_DEFINES="$MISC_DEFINES:USE_TARGET_DOMAIN:NO_FORWARDTO_FILE"