Added kati port
This commit is contained in:
34
devel/kati/Makefile
Normal file
34
devel/kati/Makefile
Normal 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>
|
||||||
3
devel/kati/distinfo
Normal file
3
devel/kati/distinfo
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
TIMESTAMP = 1755793821
|
||||||
|
SHA256 (prettybsd-kati-1dc6868c0a4a6d17bf5527e06a5cb23cac5a6043_GL0.tar.gz) = 643ff1b7a5099c62a30e2fd82e12a790c412f24eeb46095c2a689772d8e2f5e0
|
||||||
|
SIZE (prettybsd-kati-1dc6868c0a4a6d17bf5527e06a5cb23cac5a6043_GL0.tar.gz) = 10238
|
||||||
1
devel/kati/pkg-descr
Normal file
1
devel/kati/pkg-descr
Normal file
@ -0,0 +1 @@
|
|||||||
|
Kati is an apache licensed replacement for GNU make
|
||||||
1
devel/kati/pkg-plist
Normal file
1
devel/kati/pkg-plist
Normal file
@ -0,0 +1 @@
|
|||||||
|
bin/gmake
|
||||||
Reference in New Issue
Block a user