mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
Release notes: https://lists.x.org/archives/xorg-announce/2024-March/003478.html Sponsored by: Beckhoff Automation GmbH & Co. KG
16 lines
309 B
Makefile
16 lines
309 B
Makefile
PORTNAME= xrefresh
|
|
PORTVERSION= 1.1.0
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= Refresh all or part of an X screen
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= tar:xz xorg xorg-cat:app
|
|
USE_XORG= x11
|
|
|
|
PLIST_FILES= bin/xrefresh share/man/man1/xrefresh.1.gz
|
|
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
|
|
|
|
.include <bsd.port.mk>
|