Edit

IABSD.fr/ports/net/rpkitouch/Makefile

Branch :

  • Show log

    Commit

  • Author : job
    Date : 2025-02-08 16:25:59
    Hash : f6c0174e
    Message : Update net/rpkitouch to v1.6 OK tb@

  • net/rpkitouch/Makefile
  • COMMENT=	set file modification times to internal RPKI timestamps
    
    GH_ACCOUNT=	job
    GH_PROJECT=	rpkitouch
    GH_TAGNAME=	v1.5
    
    CATEGORIES=	net
    
    # BSD
    PERMIT_PACKAGE=	Yes
    
    WANTLIB += c crypto
    
    do-install:
    	${INSTALL_PROGRAM} ${WRKBUILD}/rpkitouch ${PREFIX}/bin
    	${INSTALL_MAN} ${WRKSRC}/rpkitouch.8 ${PREFIX}/man/man8
    
    .include <bsd.port.mk>