7eeb51b534
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
45 lines
998 B
Makefile
45 lines
998 B
Makefile
# $NetBSD: Makefile,v 1.36 2014/05/29 23:36:41 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= hamlib-1.2.15.3
|
|
PKGREVISION= 2
|
|
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
|
|
|
|
# As of 2012-11-02, there seems to be no good reason to set this.
|
|
MAKE_JOBS_SAFE= no
|
|
|
|
USE_LANGUAGES= c c++
|
|
USE_TOOLS+= gmake
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
|
|
CONFIGURE_ARGS+=--without-tcl-binding \
|
|
--without-perl-binding \
|
|
--without-python-binding
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
PLIST_VARS+= rpc
|
|
|
|
.if ${OS_VARIANT} == "SmartOS"
|
|
CONFIGURE_ARGS+= --without-rpc-backends
|
|
.else
|
|
PLIST.rpc= yes
|
|
.endif
|
|
|
|
# The configure script is broken. It even requires a Python interpreter
|
|
# when none is needed.
|
|
CONFIGURE_ENV+= PYTHON=/nonexistent
|
|
|
|
TEST_TARGET= check
|
|
|
|
INSTALLATION_DIRS= include/hamlib
|
|
|
|
.include "../../devel/libltdl/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|