2009-06-30 02:07:09 +02:00
|
|
|
# $NetBSD: Makefile,v 1.25 2009/06/30 00:07:17 joerg Exp $
|
2003-06-27 00:42:21 +02:00
|
|
|
#
|
|
|
|
|
2008-10-23 06:01:11 +02:00
|
|
|
DISTNAME= hamlib-1.2.7.1
|
2008-12-06 09:48:03 +01:00
|
|
|
PKGREVISION= 1
|
2003-06-27 00:42:21 +02:00
|
|
|
CATEGORIES= ham
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hamlib/}
|
|
|
|
|
2003-07-17 23:41:05 +02:00
|
|
|
MAINTAINER= wulf@NetBSD.org
|
2004-11-23 12:21:07 +01:00
|
|
|
HOMEPAGE= http://hamlib.sourceforge.net/
|
2003-06-27 00:42:21 +02:00
|
|
|
COMMENT= API for digital communications equipment
|
|
|
|
|
2009-02-15 19:52:40 +01:00
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
|
2009-06-30 02:07:09 +02:00
|
|
|
MAKE_JOBS_SAFE= no
|
|
|
|
|
2006-05-12 09:07:00 +02:00
|
|
|
USE_LANGUAGES= c c++
|
2005-05-22 22:07:36 +02:00
|
|
|
USE_TOOLS+= gmake
|
2003-06-27 00:42:21 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_LIBTOOL= yes
|
2003-07-24 08:40:54 +02:00
|
|
|
|
2004-11-23 12:21:07 +01:00
|
|
|
CONFIGURE_ARGS+=--without-tcl-binding \
|
2005-04-14 01:24:43 +02:00
|
|
|
--without-perl-binding \
|
|
|
|
--without-python-binding
|
2004-11-23 12:21:07 +01:00
|
|
|
|
2006-03-11 02:53:39 +01:00
|
|
|
# The configure script is broken. It even requires a Python interpreter
|
|
|
|
# when none is needed.
|
|
|
|
CONFIGURE_ENV+= PYTHON=/nonexistent
|
|
|
|
|
2009-02-15 19:52:40 +01:00
|
|
|
INSTALLATION_DIRS= include/hamlib
|
2004-07-30 14:01:42 +02:00
|
|
|
|
2003-06-27 00:42:21 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|