e64d4bf4c8
This minor maintenance release includes a couple years of build improvements, cleanups, and bug fixes. Alan Coopersmith (3): Add const to parse_double() args to fix gcc -Wwrite-strings warnings Strip trailing whitespace xcalc 1.0.5 Eric S. Raymond (1): Use table markup rather than tab stops. Aids DocBook translation. Gaetan Nadon (4): config: replace deprecated AC_HELP_STRING with AS_HELP_STRING man: remove trailing spaces and tabs man: replace hard coded man page section with substitution strings config: move man pages into their own directory
22 lines
502 B
Makefile
22 lines
502 B
Makefile
# $NetBSD: Makefile,v 1.10 2013/01/21 13:18:31 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= xcalc-1.0.5
|
|
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"
|