mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
41d0946545
Reported by: Mike Sturdee <sturdee at pathwaynet.com>
16 lines
301 B
Makefile
16 lines
301 B
Makefile
# New ports collection makefile for: exim-sa-exim
|
|
# Date created: 6 Sep 2004
|
|
# Whom: Oliver Eikemeier <eik@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PKGNAMESUFFIX= -sa-exim
|
|
MASTERDIR= ${.CURDIR}/../exim
|
|
|
|
PORTVERSION?= ${EXIM_VERSION}+${SA_EXIM_VERSION}
|
|
|
|
WITH_SA_EXIM= yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|