1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00
freebsd-ports/sysutils/root-tail/Makefile
Gleb Popov e427ab10bf *: Move manpages to share/man for imake ports.
Approved by:	portmgr (blanket)
2024-02-04 22:13:55 +03:00

22 lines
438 B
Makefile

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