File:  [cvs.NetBSD.org] / pkgsrc / x11 / xman / Makefile
Revision 1.21: download - view: text, annotated - select for diffs
Fri Sep 29 07:49:23 2023 UTC (16 months, 1 week ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4, HEAD
xman: update to 1.1.6.

This release adds a -version option and fixes https://bugs.debian.org/720266 .

Alan Coopersmith (9):
      gitlab CI: add a basic build test
      Build xz tarballs instead of bzip2
      man page: remove out-of-date reference to X(7)
      gitlab CI: stop requiring Signed-off-by in commits
      configure: Use AC_SYS_LARGEFILE to enable large file support
      Add -version option
      Install WM_DELETE_WINDOW handler for search window
      Fix spelling/wording issues
      xman 1.1.6

# $NetBSD: Makefile,v 1.21 2023/09/29 07:49:23 wiz Exp $

DISTNAME=		xman-1.1.6
CATEGORIES=		x11
MASTER_SITES=		${MASTER_SITE_XORG:=app/}
EXTRACT_SUFX=		.tar.xz

MAINTAINER=		pkgsrc-users@NetBSD.org
HOMEPAGE=		https://xorg.freedesktop.org/
COMMENT=		Manual page browser

GNU_CONFIGURE=		yes
USE_TOOLS+=		pkg-config

CONFIGURE_ENV+=		APP_MAN_SUFFIX=1

CONFIGURE_ARGS.NetBSD+=	--with-manconfig=/etc/man.conf

MAKE_FLAGS+=		appdefaultdir=${PREFIX}/lib/X11/app-defaults

.include "../../x11/libXaw/buildlink3.mk"
.include "../../x11/libXt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>