svn commit: r315161 - head/graphics/libboard
Thierry Thomas
thierry at FreeBSD.org
Sun Mar 24 20:50:57 UTC 2013
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 at pompo.net
-#
+# Created by: thierry at pompo.net
# $FreeBSD$
-#
PORTNAME= libboard
DISTVERSION= 0.9.0
@@ -12,7 +8,7 @@ CATEGORIES= graphics
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}
MAINTAINER= thierry at 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/
More information about the svn-ports-head
mailing list