1.0.4.1: This brown-paper-bag release just rebuilds the tarballs to include the correct install-sh from the autotools instead of the broken one in the 1.0.4 tarballs. Sorry about that. 1.0.4: This minor maintenance release provides the usual recent collection of improvements to the calculation of the build configuration and other janitorial cleanups.
24 lines
538 B
Makefile
24 lines
538 B
Makefile
# $NetBSD: Makefile,v 1.8 2012/06/03 18:09:52 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= xcalc-1.0.4.1
|
|
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
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
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"
|