mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
9012136963
Submitted by: bz
17 lines
416 B
Makefile
17 lines
416 B
Makefile
# Created by: Bjoern A. Zeeb <bz@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -tls
|
|
|
|
CONFLICTS_INSTALL= courier-0.* postfix-1.* postfix2?-* postfix21?-* \
|
|
postfix-current-2.* postfix-current-base-2.* sendmail-8.* \
|
|
sendmail+*-8.* smail-3.* zmailer-2.* opensmtpd-[0-9]* \
|
|
postfix-2.*
|
|
|
|
OPTIONS_SLAVE= TLS
|
|
|
|
MASTERDIR= ${.CURDIR}/../postfix
|
|
LATEST_LINK= ${PORTNAME}${PKGNAMESUFFIX}
|
|
|
|
.include "${MASTERDIR}/Makefile"
|