diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-29 05:46:40 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-29 05:46:40 +0000 |
commit | 4644cd8b1e1424c94dde449871ca371db324a652 (patch) | |
tree | 466439f88cef008f5e5b6e8e31b50a06e3092e80 /mail/anubis | |
parent | Fix build on -stable and respect CXX and CXXFLAGS (diff) |
forgot to add pkg-message last commit
Notes
Notes:
svn path=/head/; revision=67221
Diffstat (limited to 'mail/anubis')
-rw-r--r-- | mail/anubis/Makefile | 3 | ||||
-rw-r--r-- | mail/anubis/pkg-message | 11 |
2 files changed, 14 insertions, 0 deletions
diff --git a/mail/anubis/Makefile b/mail/anubis/Makefile index 2a7561b1d92f..8cd932164ca6 100644 --- a/mail/anubis/Makefile +++ b/mail/anubis/Makefile @@ -69,6 +69,9 @@ CONFIGURE_ARGS+= --with-tcp-wrappers MAN1= anubis.1 DOCS= AUTHORS INSTALL NEWS README THANKS TODO +pre-everything:: + @${CAT} ${PKGMESSAGE} + post-patch: @${REINPLACE_CMD} -e "s|/etc|${PREFIX}/etc|g" ${WRKSRC}/src/headers.h @${SED} -e "s|%%PREFIX%%|${PREFIX}|g" ${FILESDIR}/anubis.sh > \ diff --git a/mail/anubis/pkg-message b/mail/anubis/pkg-message new file mode 100644 index 000000000000..7b114c29c798 --- /dev/null +++ b/mail/anubis/pkg-message @@ -0,0 +1,11 @@ +########################################################################### +# +# Following compile-time options are available: +# +# WITHOUT_OPENSSL=yes Disable the OpenSSL library support +# WITHOUT_GPGME=yes Disable the GnuPG (GPGME library) support +# WITH_PCRE=yes Enable the PCRE library support +# WITH_PAM=yes Enable the Pluggable Authentication Modules support +# WITH_TCP_WRAPPERS=yes Enable the libwrap (TCP wrappers) support +# +########################################################################### |