libtasn1 had a shlib major bump. Also update dependencies in bl3.mk files. Addresses PR 32998 by Robert Elz.
23 lines
688 B
Makefile
23 lines
688 B
Makefile
# $NetBSD: Makefile,v 1.8 2006/03/06 00:18:19 wiz Exp $
|
|
|
|
DISTNAME= qalculate-gtk-0.9.2
|
|
PKGREVISION= 1
|
|
CATEGORIES= math
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qalculate/}
|
|
|
|
MAINTAINER= adam@NetBSD.org
|
|
HOMEPAGE= http://qalculate.sourceforge.net/
|
|
COMMENT= Qalculate is a modern multi-purpose desktop calculator
|
|
|
|
DEPENDS+= gnuplot>=3.7:../../graphics/gnuplot
|
|
DEPENDS+= wget>=1.8:../../net/wget
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_TOOLS+= gmake pkg-config
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include "../../devel/libglade2/buildlink3.mk"
|
|
.include "../../devel/libgnome/buildlink3.mk"
|
|
.include "../../math/qalculate/buildlink3.mk"
|
|
.include "../../textproc/scrollkeeper/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|