mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
1518f20e8d
If arguments are given, outputs the title of each arguments, otherwise outputs the title of the active window and continue to output it as it changes if the snoop mode is on. WWW: https://github.com/baskerville/xtitle
23 lines
369 B
Makefile
23 lines
369 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= xtitle
|
|
DISTVERSION= 0.4.4
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= tcberner@FreeBSD.org
|
|
COMMENT= Outputs X window titles
|
|
|
|
LICENSE= UNLICENSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
LIB_DEPENDS= libxcb-ewmh.so:x11/xcb-util-wm
|
|
|
|
USES= gmake localbase:ldflags xorg
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= baskerville
|
|
USE_XORG= xcb
|
|
|
|
PLIST_FILES= bin/xtitle
|
|
|
|
.include <bsd.port.mk>
|