Edit

IABSD.fr/ports/www/mycorrhiza/Makefile

Branch :

  • Show log

    Commit

  • Author : op
    Date : 2024-10-06 16:27:07
    Hash : 06559395
    Message : update www/mycorrhiza to 1.15.1 From Jag Talon; the same diff (except that was for 1.15) was sent from MAINTAINER la ninpre a few months ago.

  • www/mycorrhiza/Makefile
  • COMMENT =	plain-text driven engine for personal wikis
    
    MODGO_MODNAME =	github.com/bouncepaw/mycorrhiza
    MODGO_VERSION =	v1.15.1
    
    DISTNAME =	mycorrhiza-${MODGO_VERSION}
    
    CATEGORIES =	www
    
    HOMEPAGE =	https://mycorrhiza.wiki
    
    MAINTAINER =	la ninpre <aaoth@aaoth.xyz>
    
    # AGPLv3
    PERMIT_PACKAGE =	Yes
    
    WANTLIB +=		c pthread
    
    MODULES =		lang/go
    
    RUN_DEPENDS =		devel/git
    
    post-install:
    	${INSTALL_MAN} ${WRKSRC}/help/mycorrhiza.1 ${PREFIX}/man/man1/
    
    .include "modules.inc"
    
    .include <bsd.port.mk>