1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
freebsd-ports/x11/i3blocks/Makefile
Alexandre C. Guimarães 1f2001dd9d x11/i3blocks: a minimalist scheduler for your status line scripts.
PR:		230748
Submitted by:	Minbari <coszminv@gmail.com> (maintainer)
Reviewed by:	mat (mentor)
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D18466
2018-12-15 21:00:59 +00:00

31 lines
556 B
Makefile

# $FreeBSD$
PORTNAME= i3blocks
DISTVERSION= 1.4-93
DISTVERSIONSUFFIX= -gfcee4e0
CATEGORIES= x11
MAINTAINER= coszminv@gmail.com
COMMENT= Define blocks for your i3bar status line
LICENSE= GPLv3
USES= gmake
USE_GITHUB= yes
GH_ACCOUNT= Minbar1
PORTDOCS= i3blocks.1.md
OPTIONS_DEFINE= DOCS
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
cd ${WRKSRC} && \
${COPYTREE_SHARE} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
post-install:
${MV} ${STAGEDIR}${PREFIX}/etc/i3blocks.conf \
${STAGEDIR}${PREFIX}/etc/i3blocks.conf.sample
.include <bsd.port.mk>