a36fb86593
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
24 lines
680 B
Makefile
24 lines
680 B
Makefile
# $NetBSD: Makefile,v 1.35 2013/06/04 22:16:38 tron Exp $
|
|
|
|
DISTNAME= qalculate-bases-0.9.4
|
|
PKGREVISION= 20
|
|
CATEGORIES= math
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qalculate/}
|
|
|
|
MAINTAINER= adam@NetBSD.org
|
|
HOMEPAGE= http://qalculate.sourceforge.net/
|
|
COMMENT= Utility for conversion between number bases using Qalculate
|
|
|
|
USE_LANGUAGES= c c++
|
|
USE_LIBTOOL= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_TOOLS+= autoconf gmake intltool msgfmt pkg-config
|
|
GNU_CONFIGURE= yes
|
|
|
|
pre-configure:
|
|
${RUN} cd ${WRKSRC}; autoconf
|
|
|
|
.include "../../math/qalculate/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|