pkgsrc/ham/hamlib/Makefile
wulf 7a17001221 Update of hamlib to 1.2.3: New models and bugfixes -
* frontend API: LEVEL_SQLSTAT marked as deprecated
    * new backends: Racal, V4L radio cards, Watkins-Johnson 8888
    * new models: IC-78, IC-7800, IC-R20, IC-756PROIII
    * fixes: AOR 5k&8k: added S-Meter, 7030: fixed freq,
        IC-R8500: calibrated S-Meter, legacy Jupiter and many others..
    * port: mingw32 dist with gcc 3.4 version, and stdcall interface
        to prepare for VisualBasic support.
2004-11-23 11:21:07 +00:00

25 lines
549 B
Makefile

# $NetBSD: Makefile,v 1.11 2004/11/23 11:21:07 wulf Exp $
#
DISTNAME= hamlib-1.2.3
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_BUILDLINK3= yes
USE_GNU_TOOLS+= make
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
NO_EXPORT_CPP= yes
CONFIGURE_ARGS+=--without-tcl-binding \
--without-perl-binding
pre-install:
${INSTALL_DATA_DIR} ${PREFIX}/include/hamlib
.include "../../mk/bsd.pkg.mk"