1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/x11/xwd/Makefile
Niclas Zeising f785a16e86 Update to 1.0.5
Approved by:	kwm, miwi (mentors, implicit)
Obtained from:	xorg development repo
2013-02-03 21:52:11 +00:00

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>