mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
- Convert to OptionsNG;
- Since I was here, fix WWW link. PR: ports/177284 Submitted by: nemysis <nemysis (at) gmx.ch>
This commit is contained in:
parent
8a1989aca9
commit
6463b024b7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=315161
@ -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}/
|
||||
|
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user