Edit

IABSD.fr/ports/math/spread-sheet-widget/Makefile

Branch :

  • Show log

    Commit

  • Author : daniel
    Date : 2026-06-08 22:19:53
    Hash : bd2cd95d
    Message : spread-sheet-widget: repair with llvm 22 by updating to 0.7

  • math/spread-sheet-widget/Makefile
  • COMMENT =	spread sheet widget library
    DISTNAME =	spread-sheet-widget-0.7
    CATEGORIES =	math x11
    
    SHARED_LIBS +=	spread-sheet-widget       1.0 # 0.6
    
    HOMEPAGE =	https://www.gnu.org/software/ssw/
    
    # GPLv3+
    PERMIT_PACKAGE =	Yes
    
    WANTLIB += pthread
    
    SITES =		https://alpha.gnu.org/gnu/ssw/
    
    BUILD_DEPENDS =	x11/gtk+3
    
    CONFIGURE_STYLE =	gnu
    
    USE_GMAKE =	Yes
    
    .include <bsd.port.mk>