diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-09-29 13:46:40 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-09-29 13:46:40 +0800 |
commit | 1bceb552e36f99cdb6e8add555e28c0aff114ad7 (patch) | |
tree | 88587af0b13398c7ddcc7ca055bbd1325ccd412c /mail/anubis | |
parent | 53f7782a4421440f1ef0b00a5c0338839e195b2f (diff) | |
download | freebsd-ports-gnome-1bceb552e36f99cdb6e8add555e28c0aff114ad7.tar.gz freebsd-ports-gnome-1bceb552e36f99cdb6e8add555e28c0aff114ad7.tar.zst freebsd-ports-gnome-1bceb552e36f99cdb6e8add555e28c0aff114ad7.zip |
forgot to add pkg-message last commit
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 +# +########################################################################### |