[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / ham / hamlib

Annotation of pkgsrc/ham/hamlib/Makefile, Revision 1.24

1.24    ! joerg       1: # $NetBSD: Makefile,v 1.23 2008/12/06 08:48:03 wiz Exp $
1.1       wulf        2: #
                      3:
1.22      wulf        4: DISTNAME=      hamlib-1.2.7.1
1.23      wiz         5: PKGREVISION=   1
1.1       wulf        6: CATEGORIES=    ham
                      7: MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=hamlib/}
                      8:
1.2       grant       9: MAINTAINER=    wulf@NetBSD.org
1.11      wulf       10: HOMEPAGE=      http://hamlib.sourceforge.net/
1.1       wulf       11: COMMENT=       API for digital communications equipment
                     12:
1.24    ! joerg      13: PKG_DESTDIR_SUPPORT=   user-destdir
        !            14:
1.19      joerg      15: USE_LANGUAGES= c c++
1.15      jlam       16: USE_TOOLS+=    gmake
1.1       wulf       17: GNU_CONFIGURE= yes
                     18: USE_LIBTOOL=   yes
                     19:
1.11      wulf       20: CONFIGURE_ARGS+=--without-tcl-binding \
1.14      wulf       21:                --without-perl-binding \
                     22:                --without-python-binding
1.11      wulf       23:
1.18      rillig     24: # The configure script is broken. It even requires a Python interpreter
                     25: # when none is needed.
                     26: CONFIGURE_ENV+=        PYTHON=/nonexistent
                     27:
1.24    ! joerg      28: INSTALLATION_DIRS=     include/hamlib
1.8       agc        29:
1.1       wulf       30: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>