1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-07 11:49:40 +00:00
Helge Oldach 8efbfe6d1f x11/*: Move manpages to share/man
Approved by:	portmgr (blanket)
2024-01-29 20:35:45 +03:00

21 lines
426 B
Makefile

PORTNAME= xdpyinfo
PORTVERSION= 1.3.2
PORTREVISION= 5
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
COMMENT= Display information utility for X
LICENSE= MIT
USES= xorg xorg-cat:app
USE_XORG= x11 xcb xcomposite xext xinerama xorgproto xrender \
xtst xxf86dga xxf86vm
CONFIGURE_ARGS= --without-xf86misc
PLIST_FILES= bin/xdpyinfo share/man/man1/xdpyinfo.1.gz
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
.include <bsd.port.mk>