diff options
Diffstat (limited to 'ham')
-rw-r--r-- | ham/7plus/Makefile | 4 | ||||
-rw-r--r-- | ham/cwtext/Makefile | 4 | ||||
-rw-r--r-- | ham/dpbox/Makefile | 4 | ||||
-rw-r--r-- | ham/hamlib/Makefile | 4 | ||||
-rw-r--r-- | ham/tfkiss/Makefile | 4 | ||||
-rw-r--r-- | ham/tnt/Makefile | 4 | ||||
-rw-r--r-- | ham/xlog/Makefile | 4 |
7 files changed, 14 insertions, 14 deletions
diff --git a/ham/7plus/Makefile b/ham/7plus/Makefile index ab2ece811ab..4b2a1f8566b 100644 --- a/ham/7plus/Makefile +++ b/ham/7plus/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2004/01/20 12:18:36 agc Exp $ +# $NetBSD: Makefile,v 1.7 2004/01/24 13:40:43 grant Exp $ # DISTNAME= 7pl225sr @@ -16,7 +16,7 @@ LICENSE= no-commercial-use WRKSRC= ${WRKDIR}/7plsrc.225 MAKEFILE= netbsd.mak -USE_GMAKE= yes +USE_GNU_TOOLS+= make post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/7plus && \ diff --git a/ham/cwtext/Makefile b/ham/cwtext/Makefile index 0d4ef5284a0..ce3e8e0dfda 100644 --- a/ham/cwtext/Makefile +++ b/ham/cwtext/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2003/07/17 21:43:25 grant Exp $ +# $NetBSD: Makefile,v 1.7 2004/01/24 13:40:43 grant Exp $ DISTNAME= cwtext-0.91 CATEGORIES= ham @@ -9,7 +9,7 @@ HOMEPAGE= http://cwtext.sourceforge.net/ COMMENT= Morse Code Generator MAKEFILE= makefile -USE_GMAKE= YES +USE_GNU_TOOLS+= make ALL_TARGET= ALL post-patch: diff --git a/ham/dpbox/Makefile b/ham/dpbox/Makefile index 4bd028c1455..85b25767e71 100644 --- a/ham/dpbox/Makefile +++ b/ham/dpbox/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2004/01/20 12:18:36 agc Exp $ +# $NetBSD: Makefile,v 1.8 2004/01/24 13:40:43 grant 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_GMAKE= yes +USE_GNU_TOOLS+= make MAKEFILE= Makefile.netbsd MAKE_ENV+= prefix="${PREFIX}" diff --git a/ham/hamlib/Makefile b/ham/hamlib/Makefile index 57ffb9912f9..ee3b4d34311 100644 --- a/ham/hamlib/Makefile +++ b/ham/hamlib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2003/07/24 06:40:54 jmc Exp $ +# $NetBSD: Makefile,v 1.4 2004/01/24 13:40:43 grant Exp $ # DISTNAME= hamlib-1.1.4 @@ -9,7 +9,7 @@ MAINTAINER= wulf@NetBSD.org HOMEPAGE= http://hamlib.sourceforge/net/ COMMENT= API for digital communications equipment -USE_GMAKE= yes +USE_GNU_TOOLS+= make GNU_CONFIGURE= yes USE_LIBTOOL= yes LIBTOOL_OVERRIDE=${WRKSRC}/libtool diff --git a/ham/tfkiss/Makefile b/ham/tfkiss/Makefile index e9308cc1627..56d88126cf3 100644 --- a/ham/tfkiss/Makefile +++ b/ham/tfkiss/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2001/09/09 08:16:22 wulf Exp $ +# $NetBSD: Makefile,v 1.8 2004/01/24 13:40:43 grant 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_GMAKE= yes +USE_GNU_TOOLS+= make GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-xpid --enable-flexnet --enable-axip diff --git a/ham/tnt/Makefile b/ham/tnt/Makefile index a2eb8d9570b..a3082eb09c2 100644 --- a/ham/tnt/Makefile +++ b/ham/tnt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2003/08/09 10:54:25 seb Exp $ +# $NetBSD: Makefile,v 1.15 2004/01/24 13:40:43 grant Exp $ # DISTNAME= tnt-1.9.1 @@ -12,7 +12,7 @@ COMMENT= Amateur packet radio terminal program for TNC2, AEA PK232 and PK88 DEPENDS+= dialog>=0.6z:../../misc/dialog -USE_GMAKE= yes +USE_GNU_TOOLS+= make USE_BUILDLINK2= yes USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes diff --git a/ham/xlog/Makefile b/ham/xlog/Makefile index 0d8b94d2042..b66ef060912 100644 --- a/ham/xlog/Makefile +++ b/ham/xlog/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2003/07/17 21:43:30 grant Exp $ +# $NetBSD: Makefile,v 1.4 2004/01/24 13:40:44 grant Exp $ # DISTNAME= xlog-0.8 @@ -11,7 +11,7 @@ HOMEPAGE= http://people.debian.org/~pa3aba/xlog.html COMMENT= Amateur Radio logging program USE_BUILDLINK2= yes -USE_GMAKE= yes +USE_GNU_TOOLS+= make GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-hamlib |