pkgsrc/x11/editres/Makefile
wiz 44db0e3330 editres: update to 1.0.7.
Alan Coopersmith (10):
      config: Add missing AC_CONFIG_SRCDIR
      configure: Drop AM_MAINTAINER_MODE
      autogen.sh: Honor NOCONFIGURE=1
      Replace XtMalloc+sprintf pair with XtAsprintf call
      Replace remaining sprintf calls with snprintf
      Fix -Wsign-compare warnings
      Strip trailing whitespace
      Fix -Wmissing-noreturn warnings
      Add intro to editres to README
      editres 1.0.7

Emil Velikov (1):
      autogen.sh: use quoted string variables

Eric S. Raymond (1):
      Avoid a spurious  warning during XML upconversion.

Mihail Konev (1):
      autogen: add default patch prefix

Peter Hutterer (1):
      autogen.sh: use exec instead of waiting for configure to finish
2018-03-05 09:25:54 +00:00

20 lines
558 B
Makefile

# $NetBSD: Makefile,v 1.9 2018/03/05 09:25:54 wiz Exp $
DISTNAME= editres-1.0.7
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= joerg@NetBSD.org
HOMEPAGE= http://xorg.freedesktop.org/
COMMENT= Dynamic resource editor for libXt applications
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
MAKE_FLAGS+= appdefaultdir=${PREFIX}/lib/X11/app-defaults
.include "../../x11/libXaw/buildlink3.mk"
BUILDLINK_API_DEPENDS.libXt+= libXt>=1.0.99.1
.include "../../x11/libXt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"