ports/x11/xob/Makefile
Marius Strobl 8c30deb681 devel/libconfig: update to 1.7.3
- Chase shared library bump across dependant ports.
- Fetch releases rather than tags from GitHub. [1]
- Properly depend on makeinfo, adding an INFO knob.
- Refresh pkg-descr and COMMENT accordingly.

PR:		261062
Reported by:	dizzy [1]
Approved by:	maintainer timeout
2022-01-26 08:46:25 +01:00

32 lines
715 B
Makefile

PORTNAME= xob
DISTVERSIONPREFIX= v
DISTVERSION= 0.3
PORTREVISION= 1
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>