83de28a840
velox is a tiling window manager based on the Simple Wayland Compositor library. It is inspired by dwm and xmonad.
14 lines
331 B
Makefile
14 lines
331 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2019/12/11 21:19:29 nia Exp $
|
|
|
|
BUILDLINK_TREE+= velox
|
|
|
|
.if !defined(VELOX_BUILDLINK3_MK)
|
|
VELOX_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.velox+= velox>=0.0.3.20191211
|
|
BUILDLINK_PKGSRCDIR.velox?= ../../wm/velox
|
|
|
|
.include "../../wm/swc/buildlink3.mk"
|
|
.endif # VELOX_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -velox
|