Edit

IABSD.fr/ports/productivity/jrnlc/Makefile

Branch :

  • Show log

    Commit

  • Author : kn
    Date : 2022-07-10 10:55:07
    Hash : 2a3ad9a0
    Message : Update to 2022.b From Matthias Schmidt, thanks

  • productivity/jrnlc/Makefile
  • COMMENT =	opinionated command line journal
    
    GH_ACCOUNT =	thexhr
    GH_PROJECT =	jrnlc
    GH_TAGNAME =	2022.b
    
    CATEGORIES =	productivity
    
    HOMEPAGE =	https://github.com/thexhr/jrnlc
    
    MAINTAINER =	Matthias Schmidt <openbsd@xosc.org>
    
    # ISC
    PERMIT_PACKAGE = Yes
    
    COMPILER =	base-clang ports-gcc
    COMPILER_LANGS =	c
    
    # Uses pledge()
    WANTLIB += c json-c sodium
    
    LIB_DEPENDS =	devel/json-c \
    		security/libsodium
    
    NO_TEST	=	Yes
    
    .include <bsd.port.mk>