aboutsummaryrefslogtreecommitdiffstats
path: root/x11/xwd/Makefile
blob: 083c657d8a58b9b653cc5efc007babdf3d3c7510 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $FreeBSD$

PORTNAME=   xwd
PORTVERSION=    1.0.6
CATEGORIES= x11

MAINTAINER= x11@FreeBSD.org
COMMENT=    Dump an image of an X window

LICENSE=    MIT

XORG_CAT=   app
USE_XORG=   x11 xkbfile

PLIST_FILES=    bin/xwd man/man1/xwd.1.gz

.include <bsd.port.mk>