# Created by: Muhammad Moinur Rahman # $FreeBSD$ PORTNAME= routino PORTVERSION= 3.2 CATEGORIES= astro MASTER_SITES= http://www.routino.org/download/ MAINTAINER= bofh@FreeBSD.org COMMENT= Router for OpenStreetMap Data LICENSE= AGPLv3 OPTIONS_DEFINE= DOCS USES= gmake perl5 tar:tgz USE_LDCONFIG= yes post-patch: ${REINPLACE_CMD} 's|doc/routino|share/doc/routino|' \ ${WRKSRC}/Makefile.conf ${REINPLACE_CMD} 's|gcc|${CC}|' \ ${WRKSRC}/Makefile.conf post-install: ${MKDIR} ${STAGEDIR}${WWWDIR} (cd ${WRKSRC}/web && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR} \ "! -name Makefile") ${RM} ${STAGEDIR}${PREFIX}/lib/libroutino*.so ${RM} ${STAGEDIR}${PREFIX}/lib/libroutino*.so.0 ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lib* ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/* ${STRIP_CMD} ${STAGEDIR}${WWWDIR}/bin/* .for f in routino.so.0.0.0 routino-slim.so.0.0.0 ${LN} -sf lib${f} ${STAGEDIR}${PREFIX}/lib/lib${f:R:R} ${LN} -sf lib${f:R:R} ${STAGEDIR}${PREFIX}/lib/lib${f:R:R:R} .endfor .include antw44/cgit/freebsd-ports/'>freebsd-ports
FreeBSD Ports (https://github.com/freebsd/freebsd-ports)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* math/scilab: Update to 6.1.1Max Brazhnikov2021-07-236-424/+636
| | | | | | | - Drop stale patches - Add missing deps after math/suitesparse* split Changes: https://help.scilab.org/docs/6.1.1/en_US/CHANGES.html
* graphics/mesa-libs: Bump reverse deps for libglvndKevin Bowling2021-06-231-1/+1
| | | | | | | | | | Per discussion with bapt on helping pkg handle the changing of these deps and avoiding impossible upgrade senarios. PR: 246767 Reviewed by: manu, bapt Approved by: x11 Differential Revision: https://reviews.freebsd.org/D30824
* math/suitesparse: adapt dependency lines after modularizationThierry Thomas2021-05-251-1/+1
| | | | | | | | Do not bump PORTREVISION, because this should not change the resulting packages. Note for maintainers: try to not depend on the whole suitesparse package, especially if your port do not require GraphBLAS (the biggest one).
* math/scilab: fix build on powerpc64*Piotr Kubaj2021-04-091-0/+2
| | | | | | | | | | | | Please check your user-defined functions (or external module ones) should they appear in the stack trace. Otherwise you can report a bug on http://bugzilla.scilab.org/ with: * a sample code which reproduces the issue * the result of [a, b] = getdebuginfo() * the following information: [powerpc64le-default-job-11:33162] Signal: Abort trap (6) [powerpc64le-default-job-11:33162] Signal code: (65543) PR: 225628
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-06