6d5d6429d5
Changes: http://site.icu-project.org/download/68 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ Reported by: GitHub (watch releases)
25 lines
493 B
Makefile
25 lines
493 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= peaclock
|
|
DISTVERSION= 0.4.3
|
|
PORTREVISION= 1
|
|
CATEGORIES= deskutils
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Customizable clock, timer, and stopwatch for the terminal
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
LIB_DEPENDS= libicui18n.so:devel/icu
|
|
|
|
USES= cmake compiler:c++17-lang localbase:ldflags
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= octobanana
|
|
|
|
CXXFLAGS+= -Wno-narrowing # https://github.com/octobanana/peaclock/issues/18
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|