forgot to add pkg-message last commit

This commit is contained in:
Ying-Chieh Liao 2002-09-29 05:46:40 +00:00
parent 51ea95812d
commit 4644cd8b1e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=67221
2 changed files with 14 additions and 0 deletions

View file

@ -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 > \

11
mail/anubis/pkg-message Normal file
View file

@ -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
#
###########################################################################