freebsd-ports/x11/xwd/Makefile
Helge Oldach 8efbfe6d1f x11/*: Move manpages to share/man
Approved by:	portmgr (blanket)
2024-01-29 20:35:45 +03:00

17 lines
305 B
Makefile

PORTNAME= xwd
PORTVERSION= 1.0.8
PORTREVISION= 1
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 share/man/man1/xwd.1.gz
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
.include <bsd.port.mk>