Edit

IABSD.fr/ports/net/go-sendxmpp/Makefile

Branch :

  • Show log

    Commit

  • Author : paco
    Date : 2026-02-10 08:02:19
    Hash : a9d3fcc7
    Message : remove mysef as maintainer of several ports

  • net/go-sendxmpp/Makefile
  • COMMENT =		CLI tool to send messages over XMPP
    
    MODGO_MODNAME =		salsa.debian.org/mdosch/go-sendxmpp
    MODGO_VERSION =		v0.14.1
    
    DISTNAME =		go-sendxmpp-${MODGO_VERSION}
    PKGNAME =		${DISTNAME:S/-v/-/}
    REVISION =		0
    
    CATEGORIES =		net
    
    HOMEPAGE =		https://salsa.debian.org/mdosch/go-sendxmpp
    
    # BSD-2
    PERMIT_PACKAGE =	Yes
    
    WANTLIB +=		c pthread
    
    MODULES =		lang/go
    
    post-install:
    	${INSTALL_PROGRAM} ${MODGO_WORKSPACE}/bin/* ${PREFIX}/bin/
    	${INSTALL_PROGRAM} ${WRKSRC}/man/*.1 ${PREFIX}/man/man1/
    	${INSTALL_PROGRAM} ${WRKSRC}/man/*.5 ${PREFIX}/man/man5/
    
    .include "modules.inc"
    
    .include <bsd.port.mk>