1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/x11/xwd/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

16 lines
242 B
Makefile

PORTNAME= xwd
PORTVERSION= 1.0.7
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
COMMENT= Dump an image of an X window
LICENSE= MIT
USES= xorg xorg-cat:app
USE_XORG= x11 xkbfile
PLIST_FILES= bin/xwd man/man1/xwd.1.gz
.include <bsd.port.mk>