Edit

IABSD.fr/ports/misc/divecmd/Makefile

Branch :

  • Show log

    Commit

  • Author : espie
    Date : 2023-09-27 09:52:09
    Hash : 4deb9c2d
    Message : MASTER_SITES -> SITES

  • misc/divecmd/Makefile
  • COMMENT =		download and process dive computer data
    
    DISTNAME =		divecmd-0.1.3
    
    CATEGORIES =		misc
    
    HOMEPAGE =		https://kristaps.bsd.lv/divecmd
    
    MAINTAINER =		Kristaps Dzonsons <kristaps@bsd.lv>
    
    # LGPLv2.1+
    PERMIT_PACKAGE =	Yes
    
    # uses pledge()
    WANTLIB += 		divecomputer expat m c
    
    SITES =			https://kristaps.bsd.lv/divecmd/snapshots/
    
    LIB_DEPENDS =		misc/libdivecomputer
    
    RUN_DEPENDS = 		graphics/grap \
    			textproc/groff
    
    CONFIGURE_STYLE =	simple
    
    CONFIGURE_ARGS =	CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
    
    NO_TEST =		Yes
    
    .include <bsd.port.mk>