svn commit: r421764 - head/net/glflow

John Marino marino at FreeBSD.org
Sun Sep 11 00:27:08 UTC 2016


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 at 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}


More information about the svn-ports-head mailing list