# Created by: Joe Clarke # $FreeBSD$ PORTNAME= openslp PORTVERSION= 1.2.1 PORTREVISION= 3 CATEGORIES= net MASTER_SITES= SF/${PORTNAME}/OpenSLP/${PORTVERSION} MAINTAINER= marcus@FreeBSD.org COMMENT= Open-source implementation of the Service Location Protocol USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes USE_OPENSSL= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/openslp \ --localstatedir=/var USE_RC_SUBR= slpd OPTIONS_DEFINE= SLP_SECURITY ASYNC_API DOCS SLP_SECURITY_DESC= Turn on SLPv2 security support ASYNC_API_DESC= Enable asynchronous communication API .include .if ${PORT_OPTIONS:MSLP_SECURITY} CONFIGURE_ARGS+= --enable-slpv2-security .endif .if ${PORT_OPTIONS:MASYNC_API} CONFIGURE_ARGS+= --enable-async-api .endif post-extract: @(cd ${WRKSRC}; \ ${FIND} doc -type f -path '*/CVS/*' -delete; \ ${FIND} doc -type d -name CVS -delete) post-install: .for FILE in slp.conf slp.reg slp.spi ${INSTALL_DATA} ${WRKSRC}/etc/${FILE} ${PREFIX}/etc/openslp/${FILE}.default .endfor .if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} (cd ${INSTALL_WRKSRC}/doc; \ ${FIND} . -type d -exec ${MKDIR} ${DOCSDIR}/\{} \; ;\ ${FIND} . -type f -exec ${INSTALL_DATA} \{} ${DOCSDIR}/\{} \;) .endif .include ' value='85cce0b93b6482bb31f71bc4f28cf1ee50641705'/> FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove USE_REINPLACE from ports in categories starting with A.edwin2006-05-031-1/+0
* Reset markp due to lack of response to email and maintainer-timeouts.linimon2006-04-151-1/+1
* SHA256ifyedwin2006-01-221-0/+1
* Update to 1.6.markp2005-06-242-3/+3
* SIZEify (maintainer timeout)trevor2004-03-311-0/+1
* Use PLIST_FILES (bento-tested, marcus-reviewed).trevor2004-02-062-1/+1