2019-08-19 10:08:37 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.9 2019/08/19 10:08:37 stsp Exp $
|
2019-08-09 12:47:49 +00:00
|
|
|
|
|
|
|
COMMENT = game of trees version control system
|
|
|
|
|
2019-08-19 10:08:37 +00:00
|
|
|
V = 0.9
|
2019-08-09 12:47:49 +00:00
|
|
|
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
|
2019-08-10 15:31:52 +00:00
|
|
|
FAKE_FLAGS = MANDIR=${PREFIX}/man/man
|
2019-08-09 12:47:49 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|