aboutsummaryrefslogtreecommitdiff
path: root/mail/opensmtpd/Makefile
diff options
context:
space:
mode:
authorAshish SHUKLA <ashish@FreeBSD.org>2012-06-24 14:43:26 +0000
committerAshish SHUKLA <ashish@FreeBSD.org>2012-06-24 14:43:26 +0000
commit794d4876e9ad332e4f9e4d17174c6253d388b631 (patch)
treee3e02226699cf12691ccc9200ab7852058952997 /mail/opensmtpd/Makefile
parent15365f6dd01fb5a792d9e601f1bcc6ceef661e74 (diff)
downloadports-794d4876e9ad332e4f9e4d17174c6253d388b631.tar.gz
ports-794d4876e9ad332e4f9e4d17174c6253d388b631.zip
Notes
Diffstat (limited to 'mail/opensmtpd/Makefile')
-rw-r--r--mail/opensmtpd/Makefile13
1 files changed, 12 insertions, 1 deletions
diff --git a/mail/opensmtpd/Makefile b/mail/opensmtpd/Makefile
index fe130dc5b8f2..5d1746ca6313 100644
--- a/mail/opensmtpd/Makefile
+++ b/mail/opensmtpd/Makefile
@@ -7,8 +7,10 @@
PORTNAME= opensmtpd
PORTVERSION= 201206212223
+PORTREVISION= 1
CATEGORIES= mail
-MASTER_SITES= http://www.opensmtpd.org/archives/
+MASTER_SITES= http://www.opensmtpd.org/archives/ \
+ http://distfiles.pirateparty.in/ashish/
MAINTAINER= ashish@FreeBSD.org
COMMENT= OpenSMTPD is a free MTA
@@ -34,6 +36,15 @@ MAN5= smtpd.conf.5
USERS= _smtpd
GROUPS= _smtpd
+.include <bsd.port.options.mk>
+
+USE_OPENSSL= yes
+
+# FreeBSD 7.3 and earlier need to use OpenSSL from ports
+.if ${OSVERSION} < 704000
+WITH_OPENSSL_PORT= yes
+.endif
+
pre-configure:
@cd ${WRKSRC} && ./bootstrap