Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Feb 2013 12:52:06 +0000 (UTC)
From:      Ryan Steinmetz <zi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r311939 - head/security/openconnect
Message-ID:  <201302081252.r18Cq69X094846@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zi
Date: Fri Feb  8 12:52:05 2013
New Revision: 311939
URL: http://svnweb.freebsd.org/changeset/ports/311939

Log:
  - Use PORT_OPTIONS:MDOCS instead of NOPORTDOCS
  - Use new 'created by' header
  - Add PORTSCOUT variable to ignore 4.99 beta
  - Use USE_PKGCONFIG instead of USE_GNOME=pkgconfig

Modified:
  head/security/openconnect/Makefile

Modified: head/security/openconnect/Makefile
==============================================================================
--- head/security/openconnect/Makefile	Fri Feb  8 11:43:14 2013	(r311938)
+++ head/security/openconnect/Makefile	Fri Feb  8 12:52:05 2013	(r311939)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	openconnect
-# Date created:				03 June 2009
-# Whom:					Damian Gerow
-#
+# Created by: Damian Gerow
 # $FreeBSD$
-#
 
 PORTNAME=	openconnect
 PORTVERSION=	4.07
@@ -25,7 +21,8 @@ GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-nls --with-vpnc-script=${LOCALBASE}/sbin/vpnc-script \
 		--with-pkgconfigdir=${PREFIX}/libdata/pkgconfig
 USE_AUTOTOOLS=	aclocal autoconf libtool
-USE_GNOME=	gnomehack pkgconfig
+USE_GNOME=	gnomehack
+USE_PKGCONFIG=	yes
 USE_GMAKE=	yes
 USE_OPENSSL=	yes
 MAKE_JOBS_SAFE=	yes
@@ -33,6 +30,8 @@ ACLOCAL_ARGS=	-I .
 USE_LDCONFIG=	yes
 PORTDOCS=	*
 
+PORTSCOUT=	skipv:4.99
+
 MAN8=		openconnect.8
 
 OPTIONS_DEFINE=	PROXY GNUTLS
@@ -54,7 +53,7 @@ LIB_DEPENDS+=	proxy:${PORTSDIR}/net/libp
 .endif
 
 post-install:
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
 	${MKDIR} ${DOCSDIR}
 	${INSTALL_MAN} ${WRKSRC}/TODO ${DOCSDIR}
 .endif



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302081252.r18Cq69X094846>