File:  [cvs.NetBSD.org] / pkgsrc / x11 / appres / Makefile
Revision 1.11: download - view: text, annotated - select for diffs
Sun Jun 16 19:00:52 2024 UTC (7 months, 3 weeks ago) by wiz
Branches: MAIN
CVS tags: HEAD
appres: update to 1.0.7.

This release includes support for building with meson as well as autoconf.
Please test building with meson and report any issues you hit to our
gitlab issue tracker at:
https://gitlab.freedesktop.org/xorg/app/appres/-/issues
as we plan on removing the autoconf build support in a future release.

Alan Coopersmith (5):
      gitlab CI: stop requiring Signed-off-by in commits
      Accept -help, -version, & -V without requiring display to open
      configure: use @-style substitutions for man pages instead of __-style
      meson: Add a meson build system
      appres 1.0.7

# $NetBSD: Makefile,v 1.11 2024/06/16 19:00:52 wiz Exp $

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

MAINTAINER=		pkgsrc-users@NetBSD.org
HOMEPAGE=		https://xorg.freedesktop.org/
COMMENT=		Print resources seen by an application

GNU_CONFIGURE=		yes
USE_TOOLS+=		pkg-config

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

CVSweb <webmaster@jp.NetBSD.org>