mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
11 lines
212 B
Makefile
11 lines
212 B
Makefile
# Created by: Oliver Eikemeier <eik@FreeBSD.org>
|
|
|
|
PKGNAMESUFFIX= -sa-exim
|
|
MASTERDIR= ${.CURDIR}/../exim
|
|
|
|
PORTVERSION?= ${EXIM_VERSION}+${SA_EXIM_VERSION}
|
|
|
|
OPTIONS_SLAVE= SA_EXIM
|
|
|
|
.include "${MASTERDIR}/Makefile"
|