Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Mar 2013 20:50:56 +0000 (UTC)
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r315161 - head/graphics/libboard
Message-ID:  <201303242050.r2OKouXO020967@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: thierry
Date: Sun Mar 24 20:50:56 2013
New Revision: 315161
URL: http://svnweb.freebsd.org/changeset/ports/315161

Log:
  - Convert to OptionsNG;
  
  - Since I was here, fix WWW link.
  
  PR:		ports/177284
  Submitted by:	nemysis <nemysis (at) gmx.ch>

Modified:
  head/graphics/libboard/Makefile   (contents, props changed)
  head/graphics/libboard/pkg-descr   (contents, props changed)

Modified: head/graphics/libboard/Makefile
==============================================================================
--- head/graphics/libboard/Makefile	Sun Mar 24 20:43:46 2013	(r315160)
+++ head/graphics/libboard/Makefile	Sun Mar 24 20:50:56 2013	(r315161)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	libboard
-# Date created:		Fri 24 aug 2007
-# Whom:			thierry@pompo.net
-#
+# Created by: thierry@pompo.net
 # $FreeBSD$
-#
 
 PORTNAME=		libboard
 DISTVERSION=		0.9.0
@@ -12,7 +8,7 @@ CATEGORIES=		graphics
 MASTER_SITES=		SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}
 
 MAINTAINER=		thierry@FreeBSD.org
-COMMENT=		A vector graphics C++ library
+COMMENT=		Vector graphics C++ library
 
 LICENSE=		LGPL3
 
@@ -41,12 +37,12 @@ pre-configure:
 post-install:
 	${MV} ${PREFIX}/lib/libboard.so ${PREFIX}/lib/libboard.so.0
 	${LN} -sf ${PREFIX}/lib/libboard.so.0 ${PREFIX}/lib/libboard.so
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
 	${MKDIR} ${DOCSDIR}
 	cd ${WRKSRC}/doc/html/ && ${COPYTREE_SHARE} . ${DOCSDIR}/
 	${RM} -rf ${DOCSDIR}/.svn
 .endif
-.if !defined(NOPORTEXAMPLES)
+.if ${PORT_OPTIONS:MEXAMPLES}
 	${MKDIR} ${EXAMPLESDIR}
 	cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} . ${EXAMPLESDIR}/
 	cd ${WRKSRC}/bin/ && ${COPYTREE_BIN} . ${EXAMPLESDIR}/

Modified: head/graphics/libboard/pkg-descr
==============================================================================
--- head/graphics/libboard/pkg-descr	Sun Mar 24 20:43:46 2013	(r315160)
+++ head/graphics/libboard/pkg-descr	Sun Mar 24 20:50:56 2013	(r315161)
@@ -1,7 +1,7 @@
 The board library allows simple drawings in:
 
-	* Encapsulated Postcript files (EPS);
-	* XFig files (FIG);
-	* Scalable Vector Graphics files (SVG).
+    * Encapsulated Postcript files (EPS);
+    * XFig files (FIG);
+    * Scalable Vector Graphics files (SVG).
 
-WWW: http://www.greyc.ensicaen.fr/~seb/board/
+WWW: http://libboard.sourceforge.net/



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