diff options
-rw-r--r-- | x11/xlsclients/Makefile | 28 | ||||
-rw-r--r-- | x11/xlsclients/distinfo | 2 | ||||
-rw-r--r-- | x11/xlsclients/pkg/DESCR | 3 | ||||
-rw-r--r-- | x11/xlsclients/pkg/PLIST | 2 |
4 files changed, 35 insertions, 0 deletions
diff --git a/x11/xlsclients/Makefile b/x11/xlsclients/Makefile new file mode 100644 index 0000000..c930cee --- /dev/null +++ b/x11/xlsclients/Makefile @@ -0,0 +1,28 @@ +COMMENT = Utility to list client applications running on a display + +DISTNAME = xlsclients-1.1.5 +CATEGORIES = x11 + +HOMEPAGE = https://gitlab.freedesktop.org/xorg/app/xlsclients + +MAINTAINER = xenocara@openbsd.org + +# MIT +PERMIT_PACKAGE = Yes + +WANTLIB = xcb c + +SITES = ${SITE_XORG:=app/} + +MODULES = xenocara + +BUILD_DEPENDS = devel/xorgproto + +LIB_DEPENDS = x11/libxcb + +SEPARATE_BUILD = Yes +CONFIGURE_STYLE = gnu + +NO_TEST = Yes + +.include <bsd.port.mk> diff --git a/x11/xlsclients/distinfo b/x11/xlsclients/distinfo new file mode 100644 index 0000000..73f6174 --- /dev/null +++ b/x11/xlsclients/distinfo @@ -0,0 +1,2 @@ +SHA256 (xlsclients-1.1.5.tar.gz) = Il115MCwkp8W+XTiCTGrhSBLQAmNkqVHmwuTeRIGN+U= +SIZE (xlsclients-1.1.5.tar.gz) = 169703 diff --git a/x11/xlsclients/pkg/DESCR b/x11/xlsclients/pkg/DESCR new file mode 100644 index 0000000..a5defdd --- /dev/null +++ b/x11/xlsclients/pkg/DESCR @@ -0,0 +1,3 @@ +Xlsclients is a utility for listing information about the client +applications running on a display. It may be used to generate scripts +representing a snapshot of the user's current session. diff --git a/x11/xlsclients/pkg/PLIST b/x11/xlsclients/pkg/PLIST new file mode 100644 index 0000000..f30a2dd --- /dev/null +++ b/x11/xlsclients/pkg/PLIST @@ -0,0 +1,2 @@ +@bin bin/xlsclients +@man man/man1/xlsclients.1 |