pkgsrc/games/black-hole-solver/buildlink3.mk
markd d0fcc802e1 black-hole-solver: add version 1.10.1
This is a solver for the Solitaire/Patience card games "Golf" (3 variants),
"Black Hole", and "All in a Row" - implemented in C as a command line
application. For more information about these games, see:

* https://en.wikipedia.org/wiki/Golf_%28patience%29
* http://en.wikipedia.org/wiki/Black_Hole_%28solitaire%29
* http://en.wikipedia.org/wiki/All_in_a_Row_%28Solitaire%29
2021-04-08 19:51:44 +00:00

13 lines
399 B
Makefile

# $NetBSD: buildlink3.mk,v 1.1 2021/04/08 19:51:44 markd Exp $
BUILDLINK_TREE+= black-hole-solver
.if !defined(BLACK_HOLE_SOLVER_BUILDLINK3_MK)
BLACK_HOLE_SOLVER_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.black-hole-solver+= black-hole-solver>=1.10.1
BUILDLINK_PKGSRCDIR.black-hole-solver?= ../../games/black-hole-solver
.endif # BLACK_HOLE_SOLVER_BUILDLINK3_MK
BUILDLINK_TREE+= -black-hole-solver