Date: Sun, 11 Sep 2016 00:27:07 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421764 - head/net/glflow Message-ID: <201609110027.u8B0R7QE097886@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Sun Sep 11 00:27:07 2016 New Revision: 421764 URL: https://svnweb.freebsd.org/changeset/ports/421764 Log: net/glflow: document SSL requirement and add SSL flags While here, convert to USES=tar too. Approved by: SSL blanket Modified: head/net/glflow/Makefile Modified: head/net/glflow/Makefile ============================================================================== --- head/net/glflow/Makefile Sun Sep 11 00:24:08 2016 (r421763) +++ head/net/glflow/Makefile Sun Sep 11 00:27:07 2016 (r421764) @@ -7,11 +7,11 @@ PORTEPOCH= 1 CATEGORIES= net security MASTER_SITES= SF DISTNAME= glFlow-${PORTVERSION} -EXTRACT_SUFX= .tgz MAINTAINER= lx@FreeBSD.org COMMENT= NetFlow tool for detecting DoS attacks +USES= ssl tar:tgz PLIST_FILES= bin/glflow PORTDOCS= README WRKSRC= ${WRKDIR}/${PORTNAME}-0.1 @@ -21,6 +21,10 @@ OPTIONS_DEFINE= DOCS GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-debug --with-hash=md4 +CPPFLAGS+= -I${OPENSSLINC} +CFLAGS+= -I${OPENSSLINC} +LDFLAGS+= -L${OPENSSLLIB} + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/glflow ${STAGEDIR}${PREFIX}/bin @${MKDIR} ${STAGEDIR}${DOCSDIR}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609110027.u8B0R7QE097886>