diff options
author | eik <eik@FreeBSD.org> | 2004-10-12 07:56:09 +0800 |
---|---|---|
committer | eik <eik@FreeBSD.org> | 2004-10-12 07:56:09 +0800 |
commit | 214febf5bc7010d3bb4fee64dc1f0b0611cd1777 (patch) | |
tree | a406122f4a39309c05011d8dcd25287f9f30741a /mail/exim-sa-exim | |
parent | ba20e347174af89fd0734937f797c33620c529e9 (diff) | |
download | freebsd-ports-gnome-214febf5bc7010d3bb4fee64dc1f0b0611cd1777.tar.gz freebsd-ports-gnome-214febf5bc7010d3bb4fee64dc1f0b0611cd1777.tar.zst freebsd-ports-gnome-214febf5bc7010d3bb4fee64dc1f0b0611cd1777.zip |
add exim-sa-exim, Exim with SA-Exim support <http://marc.merlins.org/linux/exim/sa.html>
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" |