mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
22 lines
344 B
Makefile
22 lines
344 B
Makefile
COMMENT = X Window Protocol Viewer
|
|
DISTNAME = xscope-1.4.5
|
|
CATEGORIES = x11
|
|
|
|
HOMEPAGE = https://gitlab.freedesktop.org/xorg/app/xscope
|
|
|
|
MAINTAINER = Matthieu Herrb <matthieu@openbsd.org>
|
|
|
|
# X11
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
SITES = ${SITE_XORG:=app/}
|
|
|
|
WANTLIB = c
|
|
|
|
SEPARATE_BUILD = Yes
|
|
CONFIGURE_STYLE = gnu
|
|
|
|
NO_TEST = Yes
|
|
|
|
.include <bsd.port.mk>
|