pkgsrc/math/qalculate-bases/Makefile
tron a36fb86593 Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:
Recursively bump package revisions again after the "freetype2" and
"fontconfig" handling was fixed.
2013-06-04 22:15:37 +00:00

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"