c561be4108
closes #6527 Co-authored-by: maxice8 <thinkabit.ukim@gmail.com>
18 lines
730 B
Bash
18 lines
730 B
Bash
# Template file for 'opensmtpd-extras'
|
|
pkgname=opensmtpd-extras
|
|
version=6.4.0
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--with-table-passwd --with-table-ldap --with-table-mysql
|
|
--with-table-postgres --with-table-socketmap --with-table-sqlite"
|
|
makedepends="libressl-devel libevent-devel postgresql-libs-devel
|
|
libmysqlclient-devel sqlite-devel"
|
|
depends="opensmtpd"
|
|
short_desc="Free implementation of the server-side SMTP protocol - extras"
|
|
maintainer="Denis Revin <denis.revin@gmail.com>"
|
|
license="ISC"
|
|
homepage="https://www.opensmtpd.org"
|
|
distfiles="https://www.opensmtpd.org/archives/${pkgname}-${version}.tar.gz"
|
|
checksum=@8f0618d28a6e5d42f9fec190add6d323f1373927fa67b15756644009d0ad3a72
|
|
|
|
CFLAGS="-D_DEFAULT_SOURCE"
|