mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
f785a16e86
Approved by: kwm, miwi (mentors, implicit) Obtained from: xorg development repo
20 lines
237 B
Makefile
20 lines
237 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= xwd
|
|
PORTVERSION= 1.0.5
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= Dump an image of an X window
|
|
|
|
LICENSE= MIT
|
|
|
|
XORG_CAT= app
|
|
USE_XORG= xmuu x11
|
|
|
|
PLIST_FILES= bin/xwd
|
|
|
|
MAN1= xwd.1
|
|
|
|
.include <bsd.port.mk>
|