Note that MAKE_JOBS_SAFE=no seems unnecessary. Set LICENSE. Version 1.2.15.3 2012-11-01 * Fix configure.ac so that rigctld/rotcld work on Win32 platform * Add NSIS script to build executable installer on Win32 platform * Remove unsupported commands on IC-756 (non-Pro model) from AK6I * Fix set_split in netrigctl.c to properly accept the split value. TNX, N2ADR. * IC-R8500: Add RIG_LEVEL_AF to has_set_level. TNX John, EI7IG * ADAT updates from Frank, DG1SBG, needed for stable operation.
34 lines
831 B
Makefile
34 lines
831 B
Makefile
# $NetBSD: Makefile,v 1.33 2012/11/02 23:54:45 gdt Exp $
|
|
#
|
|
|
|
DISTNAME= hamlib-1.2.15.3
|
|
CATEGORIES= ham
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hamlib/}
|
|
|
|
MAINTAINER= gdt@NetBSD.org
|
|
HOMEPAGE= http://hamlib.sourceforge.net/
|
|
COMMENT= API for digital communications equipment
|
|
LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2.1
|
|
|
|
# As of 2012-11-02, there seems to be no good reason to set this.
|
|
MAKE_JOBS_SAFE= no
|
|
|
|
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
|
|
|
|
TEST_TARGET= check
|
|
|
|
INSTALLATION_DIRS= include/hamlib
|
|
|
|
.include "../../devel/libltdl/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|