diff options
author | Oliver Eikemeier <eik@FreeBSD.org> | 2004-10-11 23:56:09 +0000 |
---|---|---|
committer | Oliver Eikemeier <eik@FreeBSD.org> | 2004-10-11 23:56:09 +0000 |
commit | 0c2f3d85c6f230b7db2566df928c33bc9e233731 (patch) | |
tree | aeb48e10db8e0ad62edb438f5af98205992b8c81 /mail/exim-sa-exim | |
parent | 0d06943fd85ce9a91f754c020ed4c547aa73d039 (diff) | |
download | ports-0c2f3d85c6f230b7db2566df928c33bc9e233731.tar.gz ports-0c2f3d85c6f230b7db2566df928c33bc9e233731.zip |
Notes
Diffstat (limited to 'mail/exim-sa-exim')
-rw-r--r-- | mail/exim-sa-exim/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/mail/exim-sa-exim/Makefile b/mail/exim-sa-exim/Makefile new file mode 100644 index 000000000000..a370e57af411 --- /dev/null +++ b/mail/exim-sa-exim/Makefile @@ -0,0 +1,16 @@ +# 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 +WITHOUT_EXISCAN=yes + +.include "${MASTERDIR}/Makefile" |