summaryrefslogtreecommitdiff
path: root/mail/msmtp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/msmtp/Makefile')
-rw-r--r--mail/msmtp/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/mail/msmtp/Makefile b/mail/msmtp/Makefile
index 123bdea70aa..504d840bcca 100644
--- a/mail/msmtp/Makefile
+++ b/mail/msmtp/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2004/06/20 21:05:02 xtraeme Exp $
+# $NetBSD: Makefile,v 1.6 2004/09/19 13:02:00 wiz Exp $
#
-DISTNAME= msmtp-1.0.0
+DISTNAME= msmtp-1.2.3
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=msmtp/}
@@ -9,14 +9,17 @@ MAINTAINER= bcv@hub3.net
HOMEPAGE= http://msmtp.sourceforge.net/
COMMENT= SMTP plugin for MUAs
+.include "../../mk/bsd.prefs.mk"
+
USE_BUILDLINK3= YES
GNU_CONFIGURE= YES
EGDIR= ${PREFIX}/share/examples/msmtp
+.include "options.mk"
+
post-install:
${INSTALL_DATA_DIR} ${EGDIR}
${INSTALL_DATA} ${WRKSRC}/doc/msmtprc.example ${EGDIR}
-.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"