diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2021-09-02 20:36:49 +0200 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2021-09-02 20:36:49 +0200 |
commit | 5d1322d293091ebab68da07f5f9b585e46e214d3 (patch) | |
tree | 9a68c6213ac497d968eae1e01ad76ba00fb2db50 /x11/xmag/Makefile | |
parent | 34c1bcf4d631a39b03bc7624b245332d4581a14e (diff) |
add xmag 1.0.6
Diffstat (limited to 'x11/xmag/Makefile')
-rw-r--r-- | x11/xmag/Makefile | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/x11/xmag/Makefile b/x11/xmag/Makefile new file mode 100644 index 0000000..cf331c6 --- /dev/null +++ b/x11/xmag/Makefile @@ -0,0 +1,30 @@ +# $OpenBSD: Makefile.template,v 1.83 2019/07/02 12:03:14 sthen Exp $ +COMMENT = X Window System magnifier + + +DISTNAME = xmag-1.0.6 +CATEGORIES = x11 + +HOMEPAGE = https://gitlab.freedesktop.org/xorg/app/xmag + +MAINTAINER = xenocara@openbsd.org + +# MIT +PERMIT_PACKAGE = Yes + +WANTLIB = Xaw7 Xmu Xt X11 c m + +MASTER_SITES = ${MASTER_SITE_XORG:=app/} + +MODULES = xenocara + +BUILD_DEPENDS = devel/xorgproto + +LIB_DEPENDS = x11/libXaw + +SEPARATE_BUILD = Yes +CONFIGURE_STYLE = gnu + +NO_TEST = Yes + +.include <bsd.port.mk> |