- Remove OPTIONS entirely; there is no reason to not use SSL or IPv6 in the

year 2012
- Remove deprecated header information
This commit is contained in:
Emanuel Haupt 2012-09-08 15:37:56 +00:00
parent 019c086b3e
commit 853b360ca6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=303914

View file

@ -1,14 +1,8 @@
# New ports collection makefile for: nbsmtp
# Date created: 5 May 2001
# Whom: Anders Nordby <anders@fix.no>
#
# $FreeBSD$
#
# WITH_SSL=yes "Support for secure connection to mail server"
#
PORTNAME= nbsmtp
PORTVERSION= 1.00
PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= CRITICAL
@ -20,28 +14,11 @@ LICENSE= GPLv2
GNU_CONFIGURE= yes
MAKE_JOBS_SAFE= yes
OPTIONS= IPV6 "Support for IPv6 connections" off \
DEBUG "Enable debug information (for developers)" off \
SSL "Enable SSL support" off
PLIST_FILES= bin/nbsmtp
CONFIGURE_ARGS+= --enable-ssl --enable-ipv6
MAN5= nbsmtprc.5
MAN8= nbsmtp.8
.include <bsd.port.pre.mk>
PLIST_FILES= bin/nbsmtp
.if defined(WITH_SSL)
.include "${PORTSDIR}/Mk/bsd.openssl.mk"
CONFIGURE_ARGS+= --enable-ssl
.endif
.if !defined(WITHOUT_IPV6)
CONFIGURE_ARGS+= --enable-ipv6
.endif
.if !defined(WITHOUT_DEBUG)
CONFIGURE_ARGS+= --enable-debug
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>