pkgsrc/x11/xmessage/Makefile
wiz 295aee6f9f xmessage: update to 1.0.6.
Alan Coopersmith (7):
      Update configure.ac bug URL for gitlab migration
      gitlab CI: add a basic build test
      Build xz tarballs instead of bzip2
      Stop casting arguments to free()
      Stop casting function return values to void
      gitlab CI: stop requiring Signed-off-by in commits
      xmessage 1.0.6
2022-07-13 20:49:24 +00:00

21 lines
495 B
Makefile

# $NetBSD: Makefile,v 1.12 2022/07/13 20:49:24 wiz Exp $
DISTNAME= xmessage-1.0.6
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
EXTRACT_SUFX= .tar.xz
MAINTAINER= joerg@NetBSD.org
HOMEPAGE= https://xorg.freedesktop.org/
COMMENT= X11 message utility
LICENSE= mit
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
CONFIGURE_ENV+= APP_MAN_SUFFIX=1
MAKE_FLAGS+= appdefaultdir=${PREFIX}/lib/X11/app-defaults
.include "../../x11/libXaw/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"