opnsense-ports/sysutils/root-tail/Makefile
Franco Fichtner 494994cf98 */*: sync with upstream
Taken from: FreeBSD
2021-10-05 12:45:18 +02:00

19 lines
364 B
Makefile

PORTNAME= root-tail
DISTVERSION= 1.3
CATEGORIES= sysutils
MASTER_SITES= http://dist.schmorp.de/${PORTNAME}/
MAINTAINER= drtr0jan@yandex.ru
COMMENT= Print text directly to X11 root window
LICENSE= GPLv2+
LIB_DEPENDS= libXfixes.so:x11/libXfixes
USES= imake xorg
USE_XORG= x11 xext
PLIST_FILES= bin/root-tail \
man/man1/root-tail.1.gz
.include <bsd.port.mk>