blob: 43d4a0370230385f155f949f32ea04b234888a49 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $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)
NO_STAGE= yes
.include "${.CURDIR}/Makefile.local"
.endif
.include "${MASTERDIR}/Makefile"
|