ports/x11/xrefresh/Makefile
Emmanuel Vadot c290aa0201 x11/xrefresh: Update to 1.1.0
Release notes:	https://lists.x.org/archives/xorg-announce/2024-March/003478.html

Sponsored by:	Beckhoff Automation GmbH & Co. KG
2024-03-04 15:30:12 +01:00

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>