aboutsummaryrefslogtreecommitdiff
path: root/community/msmtp/build
blob: 097f1f6bcb6094ec2ebebebf449ac30f6d19c8a5 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh -e

./configure \
	--prefix=/usr \
	--with-msmtpd \
	--with-tls=openssl

make
make DESTDIR="$1" install