mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
13 lines
233 B
Makefile
13 lines
233 B
Makefile
# Created by: Oliver Eikemeier <eik@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -sa-exim
|
|
MASTERDIR= ${.CURDIR}/../exim
|
|
|
|
PORTVERSION?= ${EXIM_VERSION}+${SA_EXIM_VERSION}
|
|
|
|
WITH_SA_EXIM= yes
|
|
|
|
NO_STAGE= yes
|
|
.include "${MASTERDIR}/Makefile"
|