Added kati port

This commit is contained in:
2025-08-27 04:25:34 +02:00
parent 0cf431dc97
commit 45d4e085cc
4 changed files with 39 additions and 0 deletions

34
devel/kati/Makefile Normal file
View File

@ -0,0 +1,34 @@
PORTNAME= kati
PORTVERSION= 0.1
CATEGORIES= devel
MAINTAINER= allanjude@FreeBSD.org
COMMENT= Apache licensed replacement for GNU make
WWW= https://github.com/google/kati
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
#Kati is pretending to be gmake, so we can't USES gmake here
##USES= gmake
BUILD_DEPENDS+= gmake>=4.4.1:devel/gmake
CONFIGURE_ENV+= MAKE=gmake
MAKE_CMD= gmake
CONFLICTS_INSTALL= gmake
# PROJECT TOKEN:
# Name: kati-port-ci
# Token: glpat-m9-NUmzPFAWfDFhur99s
# Scopes: read_repository
USE_GITLAB= yes
GL_SITE= https://gitlab.klara.systems
GL_ACCOUNT= prettybsd
GL_PROJECT= kati
GL_TAGNAME= 1dc6868c0a4a6d17bf5527e06a5cb23cac5a6043
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ckati ${STAGEDIR}${PREFIX}/bin/gmake
.include <bsd.port.mk>