diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-01-13 06:03:42 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-01-13 06:03:42 +0000 |
commit | 8a396f5b99beee8e93903933a049144704abc9ca (patch) | |
tree | 2064ae31aee18c2bd0de7c77284385f1c96f8e0a /mail | |
parent | - cleanup patch (diff) |
- create a slave port for SMTP_AFTER_POP3
Notes
Notes:
svn path=/head/; revision=73022
Diffstat (limited to 'mail')
-rw-r--r-- | mail/Makefile | 1 | ||||
-rw-r--r-- | mail/popa3d-before-sendmail/Makefile | 16 |
2 files changed, 17 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile index 7da4ff7dc2e0..01fabf9c7283 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -190,6 +190,7 @@ SUBDIR += pop3gwd SUBDIR += pop3lite SUBDIR += popa3d + SUBDIR += popa3d-before-sendmail SUBDIR += popd SUBDIR += poppassd SUBDIR += popper diff --git a/mail/popa3d-before-sendmail/Makefile b/mail/popa3d-before-sendmail/Makefile new file mode 100644 index 000000000000..0839d533ac4a --- /dev/null +++ b/mail/popa3d-before-sendmail/Makefile @@ -0,0 +1,16 @@ +# New ports collection makefile for: popa3d-before-sendmail +# Date created: +# Whom: dirk.meyer@dinoex.sub.org +# +# $FreeBSD$ +# + +MASTERDIR?= ${.CURDIR}/../popa3d + +SMTP_AFTER_POP3= yes + +.if exists(${.CURDIR}/Makefile.local) +.include "${.CURDIR}/Makefile.local" +.endif + +.include "${MASTERDIR}/Makefile" |