pkgsrc/ham/hamlib/Makefile
wulf fe29d22cd0 Updated hamlib to version 1.2.6:
* Improved TS570 functionality
    * Improved Argonaut V functionality
    * New models: IC7000, G313i/G313e
    * Many Icom, Kenwood, and Tentec fixes.
    * Build system fixes
2006-12-27 04:11:02 +00:00

29 lines
689 B
Makefile

# $NetBSD: Makefile,v 1.20 2006/12/27 04:11:02 wulf Exp $
#
DISTNAME= hamlib-1.2.6
CATEGORIES= ham
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hamlib/}
#EXTRACT_SUFX= .tar.bz2
MAINTAINER= wulf@NetBSD.org
HOMEPAGE= http://hamlib.sourceforge.net/
COMMENT= API for digital communications equipment
USE_LANGUAGES= c c++
USE_TOOLS+= gmake
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
CONFIGURE_ARGS+=--without-tcl-binding \
--without-perl-binding \
--without-python-binding
# The configure script is broken. It even requires a Python interpreter
# when none is needed.
CONFIGURE_ENV+= PYTHON=/nonexistent
pre-install:
${INSTALL_DATA_DIR} ${PREFIX}/include/hamlib
.include "../../mk/bsd.pkg.mk"