8b2040b409
The wrapper will correctly set the CPP environment variable to a stat((2)able path to a C preprocessor, then rely on the PATH to find and invoke the real rpcgen. Remove NO_EXPORT_CPP in package Makefiles where it was used just to avoid problems with rpcgen. The build system now just does the right thing automatically without needing package-specific knowledge. This fixes PR pkg/27272.
24 lines
530 B
Makefile
24 lines
530 B
Makefile
# $NetBSD: Makefile,v 1.12 2004/12/18 19:24:26 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= hamlib-1.2.3
|
|
CATEGORIES= ham
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hamlib/}
|
|
#EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= wulf@NetBSD.org
|
|
HOMEPAGE= http://hamlib.sourceforge.net/
|
|
COMMENT= API for digital communications equipment
|
|
|
|
USE_BUILDLINK3= yes
|
|
USE_GNU_TOOLS+= make
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
|
|
CONFIGURE_ARGS+=--without-tcl-binding \
|
|
--without-perl-binding
|
|
|
|
pre-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/include/hamlib
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|