diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2023-07-03 09:15:40 +0200 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2023-07-03 09:15:40 +0200 |
commit | 0e72f7fbc9d8af1927be7204ff842813f17d3967 (patch) | |
tree | 85737aa07f79a2f95a82b242579ce1a2bd8d9c9e /x11/xwd/Makefile | |
parent | ae29beb5f4d280b8f3674becba24fac78127b2aa (diff) |
x11/xwd: add version 1.0.9
Diffstat (limited to 'x11/xwd/Makefile')
-rw-r--r-- | x11/xwd/Makefile | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/x11/xwd/Makefile b/x11/xwd/Makefile new file mode 100644 index 0000000..8774e48 --- /dev/null +++ b/x11/xwd/Makefile @@ -0,0 +1,30 @@ +COMMENT = dump an image of an X window + +DISTNAME = xwd-1.0.9 +CATEGORIES = x11 + +HOMEPAGE = https://gitlab.freedesktop.org/xorg/app/xsetroot + +MAINTAINER = xenocara@openbsd.org + +# MIT +PERMIT_PACKAGE = Yes + +WANTLIB = X11 xkbfile c + +MASTER_SITES = ${MASTER_SITE_XORG:=app/} + +MODULES = xenocara + +BUILD_DEPENDS = devel/xorgproto + + +LIB_DEPENDS = x11/libX11 \ + x11/libxkbfile + +SEPARATE_BUILD = Yes +CONFIGURE_STYLE = gnu + +NO_TEST = Yes + +.include <bsd.port.mk> |