svn commit: r312607 - head/net/radsecproxy

Pawel Pekala pawel at FreeBSD.org
Tue Feb 19 23:07:44 UTC 2013


Author: pawel
Date: Tue Feb 19 23:07:43 2013
New Revision: 312607
URL: http://svnweb.freebsd.org/changeset/ports/312607

Log:
  - Support using OpenSSL from ports
  - Trim Makefile header while here
  
  PR:		ports/176075
  Submitted by:	Steve Wall <swall at redcom.com>
  Approved by:	Mikhail Tsatsenko <m.tsatsenko at gmail.com> (maintainer)

Modified:
  head/net/radsecproxy/Makefile

Modified: head/net/radsecproxy/Makefile
==============================================================================
--- head/net/radsecproxy/Makefile	Tue Feb 19 22:40:55 2013	(r312606)
+++ head/net/radsecproxy/Makefile	Tue Feb 19 23:07:43 2013	(r312607)
@@ -1,7 +1,4 @@
-# New ports collection makefile for: radsecproxy
-# Date created: 2011-10-25
-# Whom: Honza Betik
-#
+# Created by: Honza Betik
 # $FreeBSD$
 
 PORTNAME=	radsecproxy
@@ -20,6 +17,8 @@ MAN5=		radsecproxy.conf.5
 
 GNU_CONFIGURE=	yes
 USE_RC_SUBR=	${PORTNAME}
+USE_OPENSSL=	yes
+CONFIGURE_ARGS=	--with-ssl=${OPENSSLBASE}
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/radsecproxy ${PREFIX}/bin/catgconf


More information about the svn-ports-head mailing list