2020-09-04 01:19:53 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= xob
|
|
|
|
DISTVERSIONPREFIX= v
|
|
|
|
DISTVERSION= 0.2
|
2020-10-25 21:16:40 +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
|
|
|
|
|
|
|
|
LICENSE= GPLv3
|
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
|
|
|
|
LIB_DEPENDS= libconfig.so:devel/libconfig
|
|
|
|
|
|
|
|
USES= compiler:c11 gmake pkgconfig xorg
|
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= florentc
|
|
|
|
USE_XORG= x11
|
|
|
|
|
|
|
|
PORTDOCS= CHANGELOG.md CONTRIBUTING.md README.md
|
|
|
|
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
|
2020-10-25 21:16:40 +00:00
|
|
|
PLIST_FILES= bin/xob \
|
|
|
|
"@sample ${ETCDIR}/styles.cfg.sample" \
|
2020-09-04 01:19:53 +00:00
|
|
|
share/man/man1/xob.1.gz
|
|
|
|
|
|
|
|
post-install-DOCS-on:
|
|
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|