mirror of
https://github.com/opnsense/ports.git
synced 2026-04-12 06:01:51 -05:00
27 lines
551 B
Makefile
27 lines
551 B
Makefile
PORTNAME= framework-system
|
|
DISTVERSIONPREFIX=v
|
|
DISTVERSION= 0.2.1
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= dhs@frame.work
|
|
COMMENT= Framework Computer System Utility
|
|
WWW= https://github.com/FrameworkComputer/framework-system
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
|
|
|
LIB_DEPENDS= libhidapi.so:comms/hidapi
|
|
|
|
USES= cargo
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= FrameworkComputer
|
|
|
|
CARGO_BUILD_ARGS= -p framework_tool
|
|
CARGO_INSTALL_PATH= framework_tool
|
|
CARGO_FEATURES= --no-default-features freebsd
|
|
|
|
PLIST_FILES= bin/framework_tool
|
|
|
|
.include <bsd.port.mk>
|