cf118ccf87
Reported by: lwhsu
15 lines
242 B
Makefile
15 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>
|