25 lines
835 B
Bash
25 lines
835 B
Bash
# Template file for 'opensmtpd-extras'
|
|
pkgname=opensmtpd-extras
|
|
version=6.7.1
|
|
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"
|
|
hostmakedepends="automake libtool"
|
|
makedepends="openssl-devel libevent-devel postgresql-libs-devel
|
|
libmariadbclient-devel sqlite-devel"
|
|
depends="opensmtpd"
|
|
short_desc="Free implementation of the server-side SMTP protocol - extras"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="ISC"
|
|
homepage="https://www.opensmtpd.org"
|
|
distfiles="https://www.opensmtpd.org/archives/${pkgname}-${version}.tar.gz"
|
|
checksum=f84385559a8bb366b2fe25d8b1f78c108f07cc15992350171569d7bdc2e935ac
|
|
|
|
CFLAGS="-D_DEFAULT_SOURCE"
|
|
|
|
pre_configure() {
|
|
touch NEWS README AUTHORS ChangeLog
|
|
autoreconf -fi
|
|
}
|