Annotation of pkgsrc/ham/hamlib/Makefile, Revision 1.40
1.40 ! gdt 1: # $NetBSD: Makefile,v 1.39 2016/07/09 06:38:23 wiz Exp $
1.1 wulf 2: #
3:
1.40 ! gdt 4: DISTNAME= hamlib-3.1
1.1 wulf 5: CATEGORIES= ham
6: MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hamlib/}
7:
1.29 gdt 8: MAINTAINER= gdt@NetBSD.org
1.11 wulf 9: HOMEPAGE= http://hamlib.sourceforge.net/
1.1 wulf 10: COMMENT= API for digital communications equipment
1.33 gdt 11: LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2.1
1.1 wulf 12:
1.19 joerg 13: USE_LANGUAGES= c c++
1.15 jlam 14: USE_TOOLS+= gmake
1.1 wulf 15: GNU_CONFIGURE= yes
1.38 gdt 16: INFO_FILES= yes
1.1 wulf 17: USE_LIBTOOL= yes
18:
1.38 gdt 19: # \todo Consider language bindings.
1.11 wulf 20: CONFIGURE_ARGS+=--without-tcl-binding \
1.14 wulf 21: --without-perl-binding \
22: --without-python-binding
1.11 wulf 23:
1.35 jperkin 24: .include "../../mk/bsd.prefs.mk"
25:
1.29 gdt 26: TEST_TARGET= check
27:
1.38 gdt 28: # \todo Consider adding readline.
1.8 agc 29:
1.28 gdt 30: .include "../../devel/libltdl/buildlink3.mk"
1.1 wulf 31: .include "../../mk/bsd.pkg.mk"
CVSweb <webmaster@jp.NetBSD.org>