blob: 390e73eb4da3500efbf64d96ce34bc694d66ec2a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
# $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"
|