Edit

IABSD.fr/ports/productivity/calcurse/Makefile

Branch :

  • Show log

    Commit

  • Author : daniel
    Date : 2026-05-31 01:05:38
    Hash : f0f3008d
    Message : unbreak build on llvm 22

  • productivity/calcurse/Makefile
  • COMMENT=	text-based calendar and scheduling application
    
    DISTNAME=	calcurse-4.8.2
    REVISION=	1
    
    CATEGORIES=	productivity
    
    HOMEPAGE=	https://calcurse.org/
    
    EPOCH=		0
    
    # BSD
    PERMIT_PACKAGE=	Yes
    
    WANTLIB += c curses iconv intl m pthread
    
    SITES=		${HOMEPAGE}files/
    
    RUN_DEPENDS=	www/py-httplib2
    
    LIB_DEPENDS=	devel/gettext,-runtime
    
    MODULES=	lang/python
    
    CONFIGURE_STYLE=gnu
    CONFIGURE_ARGS=	--without-asciidoc
    
    post-install:
    	${INSTALL_DATA_DIR} ${PREFIX}/share/examples/calcurse
    	${INSTALL_DATA} ${WRKSRC}/contrib/caldav/config.sample \
    		${PREFIX}/share/examples/calcurse/caldav.config.sample
    
    .include <bsd.port.mk>