mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
a5bfcf79a8
Release notes: https://lists.x.org/archives/xorg-announce/2024-March/003470.html Sponsored by: Beckhoff Automation GmbH & Co. KG
15 lines
304 B
Makefile
15 lines
304 B
Makefile
PORTNAME= listres
|
|
PORTVERSION= 1.0.6
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= List resources in widgets
|
|
|
|
USES= tar:xz xorg xorg-cat:app
|
|
USE_XORG= x11 xaw xmu xorgproto xt
|
|
|
|
PLIST_FILES= bin/listres share/man/man1/listres.1.gz
|
|
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
|
|
|
|
.include <bsd.port.mk>
|