aboutsummaryrefslogtreecommitdiff
path: root/graphics/libboard
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2013-03-24 20:50:56 +0000
committerThierry Thomas <thierry@FreeBSD.org>2013-03-24 20:50:56 +0000
commit6463b024b725f8cdef8e4f183144a1b59e87ed3a (patch)
tree43e4ee3cbd6a68a65e271a608274983cf1b83c3d /graphics/libboard
parent8a1989aca9f30e2427458a4fbc22f4163e8ffec3 (diff)
downloadports-6463b024b725f8cdef8e4f183144a1b59e87ed3a.tar.gz
ports-6463b024b725f8cdef8e4f183144a1b59e87ed3a.zip
- Convert to OptionsNG;
- Since I was here, fix WWW link. PR: ports/177284 Submitted by: nemysis <nemysis (at) gmx.ch>
Notes
Notes: svn path=/head/; revision=315161
Diffstat (limited to 'graphics/libboard')
-rw-r--r--graphics/libboard/Makefile12
-rw-r--r--graphics/libboard/pkg-descr8
2 files changed, 8 insertions, 12 deletions
diff --git a/graphics/libboard/Makefile b/graphics/libboard/Makefile
index d26f20ce9fbd..6ec3893f0499 100644
--- a/graphics/libboard/Makefile
+++ b/graphics/libboard/Makefile
@@ -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}/
diff --git a/graphics/libboard/pkg-descr b/graphics/libboard/pkg-descr
index 20f092dac259..1395c7128608 100644
--- a/graphics/libboard/pkg-descr
+++ b/graphics/libboard/pkg-descr
@@ -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/