mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
defdab04c1
- document our default choice of text editor - fix got.conf overriding GOT_AUTHOR even if no author is set in got.conf - fix crash in got_free_gotconfig() - print newline to clear the bottom line when tog exits
27 lines
509 B
Makefile
27 lines
509 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= got
|
|
PORTVERSION= 0.40
|
|
CATEGORIES= devel
|
|
MASTER_SITES= https://gameoftrees.org/releases/
|
|
|
|
MAINTAINER= naddy@FreeBSD.org
|
|
COMMENT= Game of Trees version control system
|
|
|
|
LICENSE= ISCL
|
|
LICENSE_FILE= ${WRKSRC}/LICENCE
|
|
|
|
USES= uidfix
|
|
|
|
post-extract:
|
|
${CP} -R ${FILESDIR}/openbsd-compat ${WRKSRC}
|
|
|
|
# The regression test suite requires:
|
|
# installed got
|
|
# installed git
|
|
# ssh to 127.0.0.1
|
|
run-test:
|
|
@(cd ${WRKSRC}/regress && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} regress)
|
|
|
|
.include <bsd.port.mk>
|