c61e567b89
Packaging changes: Drop MAKE_JOBS_SAFE=no; it seems to build fine with -j4. Clean up workarounds for resolved issues. Drop rpc conditional, because upstream removed rpc entirely Upstream changes: Many bug fixes and new radios. Drop RPC. Rototill build system. Add readline support (not packaged yet). Change to single library instead of many.
31 lines
699 B
Makefile
31 lines
699 B
Makefile
# $NetBSD: Makefile,v 1.38 2016/02/14 13:24:03 gdt Exp $
|
|
#
|
|
|
|
DISTNAME= hamlib-3.0.1
|
|
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
|
|
|
|
USE_LANGUAGES= c c++
|
|
USE_TOOLS+= gmake
|
|
GNU_CONFIGURE= yes
|
|
INFO_FILES= yes
|
|
USE_LIBTOOL= yes
|
|
|
|
# \todo Consider language bindings.
|
|
CONFIGURE_ARGS+=--without-tcl-binding \
|
|
--without-perl-binding \
|
|
--without-python-binding
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
TEST_TARGET= check
|
|
|
|
# \todo Consider adding readline.
|
|
|
|
.include "../../devel/libltdl/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|