pkgsrc/x11/xrdb/Makefile
wiz 9775b91e5e xrdb: update to 1.2.0.
This release adds a -E flag to see the preprocessor command issued and
the output of the preprocessor, to aid in debugging.

Alan Coopersmith (4):
      Add -E flag to show cpp command line & processed input file
      Update README for gitlab migration
      Update configure.ac bug URL for gitlab migration
      xrdb 1.2.0
2019-02-21 09:46:17 +00:00

25 lines
590 B
Makefile

# $NetBSD: Makefile,v 1.11 2019/02/21 09:46:17 wiz Exp $
DISTNAME= xrdb-1.2.0
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= joerg@NetBSD.org
HOMEPAGE= http://xorg.freedesktop.org/
COMMENT= X server resource database utility
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
CONFIGURE_ARGS+= --with-cpp=${CPPPATH}
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "NetBSD"
CONFIGURE_ARGS+= ac_cv_func_reallocarray=no
.endif
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXmu/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"