aboutsummaryrefslogtreecommitdiff
path: root/net/openslp/Makefile
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-04-03 02:58:06 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-04-03 02:58:06 +0000
commit32a01af4fab6a2f7fba965797df2ec3495b82746 (patch)
treebf9c28f372b4d934625dbcd2e6ca0a40e444c6c5 /net/openslp/Makefile
parent9d599460ba6ed9f4ad9cb8371091964f3485666a (diff)
Notes
Diffstat (limited to 'net/openslp/Makefile')
-rw-r--r--net/openslp/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/net/openslp/Makefile b/net/openslp/Makefile
index 5b55704d083b..f412b9f53b31 100644
--- a/net/openslp/Makefile
+++ b/net/openslp/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= openslp
-PORTVERSION= 1.0.10
+PORTVERSION= 1.0.11
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= openslp
@@ -33,6 +33,13 @@ CONFIGURE_ARGS+= --enable-async-api
INSTALLS_SHLIB= yes
+pre-everything::
+ @${ECHO_MSG} ""
+ @${ECHO_MSG} "OpenSLP has the following tunable option(s):"
+ @${ECHO_MSG} " WITH_SLP_SECURITY=yes Turns on SLPv2 security support"
+ @${ECHO_MSG} " WITH_ASYNC_API=yes Enable asynchronous communication API"
+ @${ECHO_MSG} ""
+
post-extract:
@(cd ${WRKSRC}; \
${FIND} doc -type f -path '*/CVS/*' -delete; \