mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
cf118ccf87
Reported by: lwhsu
16 lines
242 B
Makefile
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>
|