stsp a45f6c2cc0 update to got-0.10:
- fix and simplify blame algorithm
2019-08-21 22:12:04 +00:00

24 lines
510 B
Makefile

# $OpenBSD: Makefile,v 1.10 2019/08/21 22:12:04 stsp Exp $
COMMENT = game of trees version control system
V = 0.10
DISTNAME = got-${V}
CATEGORIES = devel
HOMEPAGE = https://gameoftrees.org
MAINTAINER = Stefan Sperling <stsp@openbsd.org>
# ISC
PERMIT_PACKAGE = Yes
# uses pledge()
WANTLIB = c curses panel pthread util z
MASTER_SITES = https://gameoftrees.org/releases/
TEST_DEPENDS = devel/git \
${PKGPATH}=${V}
TEST_TARGET = regress
FAKE_FLAGS = MANDIR=${PREFIX}/man/man
.include <bsd.port.mk>