diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2012-03-04 23:01:08 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2012-03-04 23:01:08 +0000 |
commit | e5271c499132bc288b80053eea8f356e11dc4e44 (patch) | |
tree | eb707eb33ad2d0d144be812a0b5ff8083f296013 /mail/dma/files/patch-dma-Makefile | |
parent | Update to 1.202 (diff) |
Update dma to 0.7
Also build and install the dma-mbox-create tool, which sets permissions and uid/gid on /var/mail files as needed by dma.
Changes:
Adds maasquerading support
PR: ports/165697
Submitted by: bz
Diffstat (limited to 'mail/dma/files/patch-dma-Makefile')
-rw-r--r-- | mail/dma/files/patch-dma-Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/mail/dma/files/patch-dma-Makefile b/mail/dma/files/patch-dma-Makefile new file mode 100644 index 000000000000..06b0f213853c --- /dev/null +++ b/mail/dma/files/patch-dma-Makefile @@ -0,0 +1,17 @@ +--- dma/Makefile.orig 2012-01-28 20:33:55.000000000 +0000 ++++ dma/Makefile 2012-01-28 20:33:55.608531000 +0000 +@@ -0,0 +1,14 @@ ++# $FreeBSD$ ++ ++.PATH: ${.CURDIR} ${.CURDIR}/../ ++ ++PROG= dma ++SRCS= aliases_parse.y aliases_scan.l base64.c conf.c crypto.c ++SRCS+= dma.c dns.c local.c mail.c net.c spool.c util.c ++MAN= dma.8 ++ ++DPADD= ${LIBSSL} ${LIBCRYPTO} ++LDADD= -lssl -lcrypto ++ ++.include "../BSDmakefile" ++.include <bsd.prog.mk> |