summaryrefslogtreecommitdiff
path: root/ham
diff options
context:
space:
mode:
authorjlam <jlam>2005-05-22 20:07:36 +0000
committerjlam <jlam>2005-05-22 20:07:36 +0000
commit9de24f22bc36b6b4056ab56dd2c15fffe3e8413e (patch)
treeed91fd903dcb96e6914328617419b0659c2bb9f1 /ham
parent5bc50cfa0e921c9ff61145c62023b2e2dcc094f1 (diff)
downloadpkgsrc-9de24f22bc36b6b4056ab56dd2c15fffe3e8413e.tar.gz
Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
Diffstat (limited to 'ham')
-rw-r--r--ham/7plus/Makefile4
-rw-r--r--ham/cwtext/Makefile4
-rw-r--r--ham/dpbox/Makefile4
-rw-r--r--ham/gmfsk/Makefile4
-rw-r--r--ham/grig/Makefile4
-rw-r--r--ham/hamlib/Makefile4
-rw-r--r--ham/linpsk/Makefile4
-rw-r--r--ham/tfkiss/Makefile4
-rw-r--r--ham/tlf/Makefile4
-rw-r--r--ham/tnt/Makefile4
-rw-r--r--ham/xdx/Makefile4
-rw-r--r--ham/xlog/Makefile4
12 files changed, 24 insertions, 24 deletions
diff --git a/ham/7plus/Makefile b/ham/7plus/Makefile
index 4b2a1f8566b..16b8fdec916 100644
--- a/ham/7plus/Makefile
+++ b/ham/7plus/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2004/01/24 13:40:43 grant Exp $
+# $NetBSD: Makefile,v 1.8 2005/05/22 20:08:08 jlam Exp $
#
DISTNAME= 7pl225sr
@@ -16,7 +16,7 @@ LICENSE= no-commercial-use
WRKSRC= ${WRKDIR}/7plsrc.225
MAKEFILE= netbsd.mak
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/7plus && \
diff --git a/ham/cwtext/Makefile b/ham/cwtext/Makefile
index e792644a3df..03c7872894d 100644
--- a/ham/cwtext/Makefile
+++ b/ham/cwtext/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2004/12/03 15:15:00 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2005/05/22 20:08:08 jlam Exp $
DISTNAME= cwtext-0.91
CATEGORIES= ham
@@ -9,7 +9,7 @@ HOMEPAGE= http://cwtext.sourceforge.net/
COMMENT= Morse Code Generator
MAKEFILE= makefile
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
BUILD_TARGET= ALL
post-patch:
diff --git a/ham/dpbox/Makefile b/ham/dpbox/Makefile
index 85b25767e71..5af83e35b3f 100644
--- a/ham/dpbox/Makefile
+++ b/ham/dpbox/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2004/01/24 13:40:43 grant Exp $
+# $NetBSD: Makefile,v 1.9 2005/05/22 20:08:08 jlam Exp $
#
DISTNAME= dpbox-60000
@@ -11,7 +11,7 @@ HOMEPAGE= http://home.snafu.de/wahlm/dl8hbs/dpbox.html
COMMENT= Multi-Protocol Amateur Packet Radio BBS
WRKSRC= ${WRKDIR}/dpbox-6.00.00/source
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
MAKEFILE= Makefile.netbsd
MAKE_ENV+= prefix="${PREFIX}"
diff --git a/ham/gmfsk/Makefile b/ham/gmfsk/Makefile
index 8228d70e75c..6988903cf76 100644
--- a/ham/gmfsk/Makefile
+++ b/ham/gmfsk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2005/04/22 12:50:25 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2005/05/22 20:08:08 jlam Exp $
#
DISTNAME= gmfsk-0.6
@@ -9,7 +9,7 @@ MAINTAINER= wulf@NetBSD.org
HOMEPAGE= http://gmfsk.connect.fi/
COMMENT= Multimode HF terminal program
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
GNU_CONFIGURE= yes
GCONF2_SCHEMAS+=gmfsk.schemas
diff --git a/ham/grig/Makefile b/ham/grig/Makefile
index 97234faaa95..3289d8873d6 100644
--- a/ham/grig/Makefile
+++ b/ham/grig/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2005/04/11 21:46:10 tv Exp $
+# $NetBSD: Makefile,v 1.5 2005/05/22 20:08:08 jlam Exp $
#
DISTNAME= grig-0.2.2
@@ -10,7 +10,7 @@ MAINTAINER= wulf@NetBSD.org
HOMEPAGE= http://groundstation.sourceforge.net/
COMMENT= Graphical user interface to the Hamlib libraries
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
GNU_CONFIGURE= yes
BUILD_USES_MSGFMT= YES
diff --git a/ham/hamlib/Makefile b/ham/hamlib/Makefile
index 4931d46fc2a..4b05b60bb22 100644
--- a/ham/hamlib/Makefile
+++ b/ham/hamlib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2005/04/13 23:24:43 wulf Exp $
+# $NetBSD: Makefile,v 1.15 2005/05/22 20:08:08 jlam Exp $
#
DISTNAME= hamlib-1.2.4
@@ -10,7 +10,7 @@ MAINTAINER= wulf@NetBSD.org
HOMEPAGE= http://hamlib.sourceforge.net/
COMMENT= API for digital communications equipment
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
diff --git a/ham/linpsk/Makefile b/ham/linpsk/Makefile
index cba36cfa514..6c62e0c0ed5 100644
--- a/ham/linpsk/Makefile
+++ b/ham/linpsk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2005/04/11 21:46:10 tv Exp $
+# $NetBSD: Makefile,v 1.6 2005/05/22 20:08:08 jlam Exp $
#
DISTNAME= linpsk-0.8.0.4
@@ -12,7 +12,7 @@ COMMENT= PSK31 terminal program using QT3
BUILD_DEPENDS+= qt3-tools-3.*:../../x11/qt3-tools
USE_LIBTOOL= yes
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_GNUMAKE= yes
GNU_CONFIGURE= yes
USE_LANGUAGES= c c++
diff --git a/ham/tfkiss/Makefile b/ham/tfkiss/Makefile
index 56d88126cf3..db725a521a6 100644
--- a/ham/tfkiss/Makefile
+++ b/ham/tfkiss/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2004/01/24 13:40:43 grant Exp $
+# $NetBSD: Makefile,v 1.9 2005/05/22 20:08:08 jlam Exp $
#
DISTNAME= tfkiss-1.2.4
@@ -9,7 +9,7 @@ MAINTAINER= wulf@ping.net.au
HOMEPAGE= http://www.bfl.at/mayer/ham/
COMMENT= Software implementation of TheFirmware for use with TNT
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-xpid --enable-flexnet --enable-axip
diff --git a/ham/tlf/Makefile b/ham/tlf/Makefile
index 65039cc023c..de61ccbd6dc 100644
--- a/ham/tlf/Makefile
+++ b/ham/tlf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2005/04/11 21:46:10 tv Exp $
+# $NetBSD: Makefile,v 1.5 2005/05/22 20:08:08 jlam Exp $
#
DISTNAME= tlf-0.9.20
@@ -11,7 +11,7 @@ HOMEPAGE= http://home.iae.nl/users/reinc/TLF-0.2.html
COMMENT= Advanced hamradio logging and contest program
USE_NCURSES= yes
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
GNU_CONFIGURE= yes
BUILD_USES_MSGFMT=yes
PTHREAD_OPTS+= require
diff --git a/ham/tnt/Makefile b/ham/tnt/Makefile
index b2a2ed54451..f8030dd19c0 100644
--- a/ham/tnt/Makefile
+++ b/ham/tnt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2005/04/11 21:46:10 tv Exp $
+# $NetBSD: Makefile,v 1.20 2005/05/22 20:08:08 jlam Exp $
#
DISTNAME= tnt-1.9.1
@@ -15,7 +15,7 @@ DEPENDS+= dialog>=0.6z:../../misc/dialog
PKG_INSTALLATION_TYPES= overwrite pkgviews
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
diff --git a/ham/xdx/Makefile b/ham/xdx/Makefile
index ffae81ec9bd..163d858a914 100644
--- a/ham/xdx/Makefile
+++ b/ham/xdx/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2005/04/11 21:46:10 tv Exp $
+# $NetBSD: Makefile,v 1.8 2005/05/22 20:08:08 jlam Exp $
#
DISTNAME= xdx-1.2
@@ -9,7 +9,7 @@ MAINTAINER= wulf@NetBSD.org
HOMEPAGE= http://www.qsl.net/pg4i/linux/xdx.html
COMMENT= Amateur Radio tcp/ip DX-cluster client
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
GNU_CONFIGURE= yes
USE_PKGLOCALEDIR=yes
diff --git a/ham/xlog/Makefile b/ham/xlog/Makefile
index 71c4f7122b6..602fac691e5 100644
--- a/ham/xlog/Makefile
+++ b/ham/xlog/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2005/04/11 21:46:11 tv Exp $
+# $NetBSD: Makefile,v 1.14 2005/05/22 20:08:08 jlam Exp $
#
DISTNAME= xlog-1.0
@@ -11,7 +11,7 @@ COMMENT= Amateur Radio logging program
GNU_CONFIGURE= yes
USE_PKGLOCALEDIR=yes
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
CONFIGURE_ARGS= --enable-hamlib