mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
32 lines
699 B
Makefile
32 lines
699 B
Makefile
PORTNAME= xob
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.3
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= lcook@FreeBSD.org
|
|
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 xrender
|
|
|
|
PLIST_FILES= "@sample ${ETCDIR}/styles.cfg.sample" \
|
|
bin/${PORTNAME} \
|
|
share/man/man1/${PORTNAME}.1.gz
|
|
PORTDOCS= CHANGELOG.md CONTRIBUTING.md README.md
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
post-install-DOCS-on:
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} \
|
|
${STAGEDIR}${DOCSDIR}
|
|
|
|
.include <bsd.port.mk>
|