diff options
author | thierry <thierry@FreeBSD.org> | 2013-03-25 04:50:56 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2013-03-25 04:50:56 +0800 |
commit | df4a5ae2ecbc6c240a0eba33379051b7a59ae1b9 (patch) | |
tree | 43e4ee3cbd6a68a65e271a608274983cf1b83c3d /graphics | |
parent | fd85c454d8a2161932a0798298778f05cc758b14 (diff) | |
download | freebsd-ports-gnome-df4a5ae2ecbc6c240a0eba33379051b7a59ae1b9.tar.gz freebsd-ports-gnome-df4a5ae2ecbc6c240a0eba33379051b7a59ae1b9.tar.zst freebsd-ports-gnome-df4a5ae2ecbc6c240a0eba33379051b7a59ae1b9.zip |
- Convert to OptionsNG;
- Since I was here, fix WWW link.
PR: ports/177284
Submitted by: nemysis <nemysis (at) gmx.ch>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/libboard/Makefile | 12 | ||||
-rw-r--r-- | graphics/libboard/pkg-descr | 8 |
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/ |