diff options
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> |