diff options
author | marcus <marcus@FreeBSD.org> | 2003-04-03 02:58:06 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-04-03 02:58:06 +0000 |
commit | 9bd75079be8bed55ac93bd856809a107ec4650ff (patch) | |
tree | 94286453ce2a73f1040140dd3c58bebc40a6fc0f /net/openslp/Makefile | |
parent | 5bd12bbdacdc4fcf4d3647a924157645fd6e0b34 (diff) | |
download | FreeBSD-ports-9bd75079be8bed55ac93bd856809a107ec4650ff.zip FreeBSD-ports-9bd75079be8bed55ac93bd856809a107ec4650ff.tar.gz |
Update to 1.0.11.
Diffstat (limited to 'net/openslp/Makefile')
-rw-r--r-- | net/openslp/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/net/openslp/Makefile b/net/openslp/Makefile index 5b55704..f412b9f 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; \ |