mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
6bebfaa8a0
- Use bundled libgit/libssh, the versions in ports are too old - Update lang/rust-nightly to 2021-02-12 - Update devel/racer to 2.1.41 - Import upstream patch to fix build issue for Firefox and related ports (https://bugzilla.mozilla.org/show_bug.cgi?id=1684261) Changes: https://github.com/rust-lang/rust/releases/tag/1.50.0 Tested by: mikael, pkubaj Differential Revision: https://reviews.freebsd.org/D28616
54 lines
1.0 KiB
Makefile
54 lines
1.0 KiB
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= sctd
|
|
DISTVERSION= 0.2.0
|
|
PORTREVISION= 2
|
|
CATEGORIES= accessibility
|
|
|
|
MAINTAINER= 0mp@FreeBSD.org
|
|
COMMENT= Set color temperature (sct) daemon
|
|
|
|
LICENSE= CC0-1.0 MIT
|
|
LICENSE_COMB= multi
|
|
LICENSE_FILE_CC0-1.0= ${WRKSRC}/LICENSE
|
|
|
|
USES= cargo xorg
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= amir
|
|
GH_TUPLE= amir:spa-rs:fa80d0ce99d675674cf1a7cc9cf2ee2e33f501ea:spa
|
|
USE_XORG= x11 xrandr
|
|
CARGO_CRATES= ansi_term-0.11.0 \
|
|
atty-0.2.14 \
|
|
autocfg-1.0.0 \
|
|
bitflags-1.2.1 \
|
|
cfg-if-0.1.10 \
|
|
chrono-0.4.11 \
|
|
clap-2.33.0 \
|
|
env_logger-0.7.1 \
|
|
hermit-abi-0.1.8 \
|
|
humantime-1.3.0 \
|
|
libc-0.2.68 \
|
|
log-0.4.8 \
|
|
num-integer-0.1.42 \
|
|
num-traits-0.2.11 \
|
|
pkg-config-0.3.17 \
|
|
quick-error-1.2.3 \
|
|
redox_syscall-0.1.56 \
|
|
strsim-0.8.0 \
|
|
textwrap-0.11.0 \
|
|
time-0.1.42 \
|
|
unicode-width-0.1.7 \
|
|
vec_map-0.8.1 \
|
|
winapi-0.3.8 \
|
|
winapi-i686-pc-windows-gnu-0.4.0 \
|
|
winapi-x86_64-pc-windows-gnu-0.4.0 \
|
|
x11-2.18.2
|
|
CARGO_USE_GITHUB= yes
|
|
|
|
PLIST_FILES= bin/sctd
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/sctd
|
|
|
|
.include <bsd.port.mk>
|