[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / math / qalculate-bases

Annotation of pkgsrc/math/qalculate-bases/Makefile, Revision 1.35

1.35    ! tron        1: # $NetBSD: Makefile,v 1.34 2013/06/03 10:05:32 wiz Exp $
1.1       adam        2:
1.9       adam        3: DISTNAME=      qalculate-bases-0.9.4
1.35    ! tron        4: PKGREVISION=   20
1.1       adam        5: CATEGORIES=    math
                      6: MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=qalculate/}
                      7:
                      8: MAINTAINER=    adam@NetBSD.org
                      9: HOMEPAGE=      http://qalculate.sourceforge.net/
                     10: COMMENT=       Utility for conversion between number bases using Qalculate
                     11:
1.8       joerg      12: USE_LANGUAGES=         c c++
1.1       adam       13: USE_LIBTOOL=           yes
                     14: USE_PKGLOCALEDIR=      yes
1.16      asau       15: USE_TOOLS+=            autoconf gmake intltool msgfmt pkg-config
1.1       adam       16: GNU_CONFIGURE=         yes
1.10      joerg      17:
1.16      asau       18: pre-configure:
                     19:        ${RUN} cd ${WRKSRC}; autoconf
                     20:
1.1       adam       21: .include "../../math/qalculate/buildlink3.mk"
                     22: .include "../../x11/gtk2/buildlink3.mk"
1.27      dholland   23: .include "../../sysutils/desktop-file-utils/desktopdb.mk"
1.1       adam       24: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>