pkgsrc/x11/xcalc/Makefile
wiz c103a4d657 xcalc: update to 1.0.7.
This release fixes things that cause warnings from gcc or cppcheck,
as well as assorted build system maintenance and tuneups.

Alan Coopersmith (5):
      Fix misleading indentation in math.c
      Reword fall through comments to appease gcc -Wimplicit-fallthrough
      Update README for gitlab migration
      Update configure.ac bug URL for gitlab migration
      xcalc 1.0.7

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

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

Peter Hutterer (1):
      autogen.sh: use exec instead of waiting for configure to finish

Stéphane Aulery (2):
      Reduce scope of cell (cppcheck --verbose --enable=all)
      Reduce scope of i (cppcheck --verbose --enable=all)
2019-02-17 23:09:42 +00:00

21 lines
500 B
Makefile

# $NetBSD: Makefile,v 1.12 2019/02/17 23:09:42 wiz Exp $
DISTNAME= xcalc-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= Scientific calculator for X
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"