1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00
freebsd-ports/x11/xscope/Makefile
Muhammad Moinur Rahman 80589125bc
x11/xscope: Moved man to share/man
Approved by:    portmgr (blanket)
2024-02-26 21:38:40 +01:00

20 lines
386 B
Makefile

PORTNAME= xscope
PORTVERSION= 1.4.1
PORTREVISION= 3
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
COMMENT= X Window Protocol Viewer
WWW= https://www.x.org/releases/X11R7.6/doc/man/man1/xscope.1.xhtml
LICENSE= MIT
USES= xorg xorg-cat:app
USE_XORG= xorgproto x11 xext
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
PLIST_FILES= bin/xscope share/man/man1/xscope.1.gz
.include <bsd.port.mk>