Rust ports. This ensures that the local directory is searched before the system directories. ok danj semarie
32 lines
583 B
Makefile
32 lines
583 B
Makefile
# $OpenBSD: Makefile,v 1.3 2021/08/14 07:06:31 tb Exp $
|
|
|
|
COMMENT = viewer for git and diff output
|
|
|
|
GH_ACCOUNT = dandavison
|
|
GH_PROJECT = delta
|
|
GH_TAGNAME = 0.8.3
|
|
|
|
CATEGORIES = textproc
|
|
|
|
HOMEPAGE = https://github.com/dandavison/delta
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB += c c++abi git2 m onig pthread
|
|
|
|
# as devel/cargo MODULES adds DISTFILES, GH_* didn't
|
|
DISTFILES += ${DISTNAME}${EXTRACT_SUFX}
|
|
|
|
MODULES = devel/cargo
|
|
|
|
LIB_DEPENDS += devel/libgit2/libgit2 \
|
|
textproc/oniguruma
|
|
|
|
CONFIGURE_STYLE = cargo
|
|
SEPARATE_BUILD = Yes
|
|
|
|
.include "crates.inc"
|
|
|
|
.include <bsd.port.mk>
|