pkgsrc/ham/hamlib/Makefile

33 lines
714 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.25 2009/06/30 00:07:17 joerg Exp $
#
DISTNAME= hamlib-1.2.7.1
PKGREVISION= 1
CATEGORIES= ham
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hamlib/}
2003-07-17 23:41:05 +02:00
MAINTAINER= wulf@NetBSD.org
HOMEPAGE= http://hamlib.sourceforge.net/
COMMENT= API for digital communications equipment
2009-02-15 19:52:40 +01:00
PKG_DESTDIR_SUPPORT= user-destdir
MAKE_JOBS_SAFE= no
2006-05-12 09:07:00 +02:00
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
2009-02-15 19:52:40 +01:00
INSTALLATION_DIRS= include/hamlib
.include "../../mk/bsd.pkg.mk"