7d1faa7179
Replace GL_COMMIT by GL_TAGNAME in all ports. The new GL_TAGNAME is backwards-compatible (accepting any commit hash as before), but also understands an actual tag name. Moving to tag names where appropriate is left to individual ports' maintainers. Approved by: portmgr (tcberner, mentor) Differential Revision: https://reviews.freebsd.org/D37077
29 lines
630 B
Makefile
29 lines
630 B
Makefile
PORTNAME= lemonbar-xft
|
|
DISTVERSION= g20201213
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= DtxdF@disroot.org
|
|
COMMENT= Fork of lemonbar with support for Xft (fontconfig typefaces)
|
|
WWW= https://gitlab.com/protesilaos/lemonbar-xft
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
LIB_DEPENDS= libfreetype.so:print/freetype2 \
|
|
libfontconfig.so:x11-fonts/fontconfig
|
|
|
|
USES= gmake localbase:ldflags perl5 xorg
|
|
|
|
USE_XORG= xcb xft x11
|
|
USE_PERL5= build
|
|
|
|
CONFLICTS_INSTALL= lemonbar
|
|
|
|
PLIST_FILES= bin/lemonbar \
|
|
man/man1/lemonbar.1.gz
|
|
|
|
USE_GITLAB= yes
|
|
GL_ACCOUNT= protesilaos
|
|
GL_TAGNAME= 0042efd2ec1477ab96eb044ebba72a10aefff21f
|
|
|
|
.include <bsd.port.mk>
|