head	1.1;
access;
symbols
	pkgsrc-2026Q1:1.1.0.20
	pkgsrc-2026Q1-base:1.1
	pkgsrc-2025Q4:1.1.0.18
	pkgsrc-2025Q4-base:1.1
	pkgsrc-2025Q3:1.1.0.16
	pkgsrc-2025Q3-base:1.1
	pkgsrc-2025Q2:1.1.0.14
	pkgsrc-2025Q2-base:1.1
	pkgsrc-2025Q1:1.1.0.12
	pkgsrc-2025Q1-base:1.1
	pkgsrc-2024Q4:1.1.0.10
	pkgsrc-2024Q4-base:1.1
	pkgsrc-2024Q3:1.1.0.8
	pkgsrc-2024Q3-base:1.1
	pkgsrc-2024Q2:1.1.0.6
	pkgsrc-2024Q2-base:1.1
	pkgsrc-2024Q1:1.1.0.4
	pkgsrc-2024Q1-base:1.1
	pkgsrc-2023Q4:1.1.0.2
	pkgsrc-2023Q4-base:1.1;
locks; strict;
comment	@# @;


1.1
date	2023.10.11.13.32.38;	author bouyer;	state Exp;
branches;
next	;
commitid	fkdV8NDFGFQ0adIE;


desc
@@


1.1
log
@import wxmathplot version 0.2.0

wxMathPlot is an add-on library for wxWidgets which provides a framework for
easy plotting of mathematical functions, sampled data and generic 2D plots.
Features:
    Re implementation of scrollers (by ngpaton)
    Multi-platform (runs static or dynamic on Windows, Linux, MacOSX)
    Full control on axis formatting and positioning
    Colour themes (eg. white on black)
    Movable legend and mouse coordinate display in overlay
    Functions for printing and taking screenshots
    Completely mouse-driven view control: pan, zoom, scroll, box positioning.
@
text
@$NetBSD: $

--- CMakeLists.txt.orig	2022-09-05 15:49:53.530659900 +0200
+++ CMakeLists.txt	2022-09-05 15:51:01.782790462 +0200
@@@@ -89,18 +89,13 @@@@
 	
 	# library installation
 #     if(UNIX)
-        if(${CMAKE_SYSTEM_PROCESSOR} STREQUAL "x86_64")
-            set(LIBRARY_APPEND_PATH lib64)
-        else(${CMAKE_SYSTEM_PROCESSOR} STREQUAL "x86_64")
-           set(LIBRARY_APPEND_PATH lib)
-        endif(${CMAKE_SYSTEM_PROCESSOR} STREQUAL "x86_64")
+        set(LIBRARY_APPEND_PATH lib)
 		install(TARGETS mathplot
 #            RUNTIME DESTINATION bin
            LIBRARY DESTINATION ${LIBRARY_APPEND_PATH}
            ARCHIVE DESTINATION ${LIBRARY_APPEND_PATH}
         )
-        set(WXMATHPLOT_INSTALL_DIR ${CMAKE_INSTALL_PREFIX}/share/wxMathPlot/)
-        install(FILES Doxyfile DESTINATION ${WXMATHPLOT_INSTALL_DIR}/)
+        set(WXMATHPLOT_INSTALL_DIR ${CMAKE_INSTALL_PREFIX}/share/examples/wxMathPlot/)
 		install(FILES mathplot.h DESTINATION ${CMAKE_INSTALL_PREFIX}/include/)
 		install(FILES samples/sample1/mp1.cpp samples/sample1/CMakeLists.txt DESTINATION ${WXMATHPLOT_INSTALL_DIR}/samples/sample1)
 		install(FILES samples/sample2/mp2.cpp samples/sample2/CMakeLists.txt DESTINATION ${WXMATHPLOT_INSTALL_DIR}/samples/sample2)
@
