# $OpenBSD: Makefile,v 1.8 2020/04/12 04:14:36 kmos Exp $ COMMENT = ninja-compatible build tool written in C V = 1.1 DISTNAME = samurai-$V CATEGORIES = devel REVISION = 0 MAINTAINER = Brian Callahan HOMEPAGE = https://github.com/michaelforney/samurai # ISC + Apache 2.0 PERMIT_PACKAGE = Yes WANTLIB += c MASTER_SITES = https://github.com/michaelforney/samurai/releases/download/$V/ ALL_TARGET = samu NO_TEST = Yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/samu ${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/samu.1 ${PREFIX}/man/man1 .include