aboutsummaryrefslogtreecommitdiff
path: root/community/msmtp/build
diff options
context:
space:
mode:
Diffstat (limited to 'community/msmtp/build')
-rwxr-xr-xcommunity/msmtp/build9
1 files changed, 9 insertions, 0 deletions
diff --git a/community/msmtp/build b/community/msmtp/build
new file mode 100755
index 00000000..097f1f6b
--- /dev/null
+++ b/community/msmtp/build
@@ -0,0 +1,9 @@
+#!/bin/sh -e
+
+./configure \
+ --prefix=/usr \
+ --with-msmtpd \
+ --with-tls=openssl
+
+make
+make DESTDIR="$1" install