2020-09-04 01:19:53 +00:00
|
|
|
PORTNAME= xob
|
|
|
|
DISTVERSIONPREFIX= v
|
2021-09-10 15:02:50 +00:00
|
|
|
DISTVERSION= 0.3
|
2022-01-08 19:26:44 +00:00
|
|
|
PORTREVISION= 1
|
2020-09-04 01:19:53 +00:00
|
|
|
CATEGORIES= x11
|
|
|
|
|
2021-01-22 10:08:51 +00:00
|
|
|
MAINTAINER= lcook@FreeBSD.org
|
2020-09-04 01:19:53 +00:00
|
|
|
COMMENT= Lightweight overlay volume (or anything) bar for the X Window System
|
2022-09-07 21:06:12 +00:00
|
|
|
WWW= https://github.com/florentc/xob
|
2020-09-04 01:19:53 +00:00
|
|
|
|
|
|
|
LICENSE= GPLv3
|
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
|
|
|
|
LIB_DEPENDS= libconfig.so:devel/libconfig
|
|
|
|
|
|
|
|
USES= compiler:c11 gmake pkgconfig xorg
|
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= florentc
|
2021-09-10 15:02:50 +00:00
|
|
|
USE_XORG= x11 xrender
|
2020-09-04 01:19:53 +00:00
|
|
|
|
2021-09-10 15:02:50 +00:00
|
|
|
PLIST_FILES= "@sample ${ETCDIR}/styles.cfg.sample" \
|
|
|
|
bin/${PORTNAME} \
|
|
|
|
share/man/man1/${PORTNAME}.1.gz
|
2020-09-04 01:19:53 +00:00
|
|
|
PORTDOCS= CHANGELOG.md CONTRIBUTING.md README.md
|
|
|
|
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
|
|
|
|
post-install-DOCS-on:
|
|
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
2021-09-10 15:02:50 +00:00
|
|
|
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} \
|
|
|
|
${STAGEDIR}${DOCSDIR}
|
2020-09-04 01:19:53 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|