mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
18 lines
303 B
Makefile
18 lines
303 B
Makefile
# $FreeBSD$
|
|
|
|
CATEGORIES= mail ipv6
|
|
|
|
MAINTAINER= dinoex@FreeBSD.org
|
|
|
|
WITH_TLS= yes
|
|
WITH_SASL= yes
|
|
WITH_SASLAUTHD= yes
|
|
SENDMAIL_PORT?= sendmail
|
|
MASTERDIR?= ${.CURDIR}/../${SENDMAIL_PORT}
|
|
|
|
.if exists(${.CURDIR}/Makefile.local)
|
|
.include "${.CURDIR}/Makefile.local"
|
|
.endif
|
|
|
|
.include "${MASTERDIR}/Makefile"
|