diff options
author | frueauf <frueauf@pkgsrc.org> | 1999-06-06 19:31:41 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1999-06-06 19:31:41 +0000 |
commit | 5707e46334a18a7fe3d5818b4c330dcfa4274bd0 (patch) | |
tree | b138dce1a9dbf85bd3cf8102802853f2c65b4520 /ham/tnt/Makefile | |
parent | 47472bf1f718fb2e9766b6421a2a91491d4c25c5 (diff) | |
download | pkgsrc-5707e46334a18a7fe3d5818b4c330dcfa4274bd0.tar.gz |
Add category ham for amateur packet radio tools.
Initialy import tnt-1.9pre3, a amateur packet radio terminal program for TNC2,
AEA PK232 and PK88, and tfkiss-1.0.5, a software implementation of TheFirmware
for use with TNT.
Provided in pr 7432 and 7459 by Berndt Josef Wulf <wulf@ping.net.au>.
Diffstat (limited to 'ham/tnt/Makefile')
-rw-r--r-- | ham/tnt/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/ham/tnt/Makefile b/ham/tnt/Makefile new file mode 100644 index 00000000000..5598d60cb16 --- /dev/null +++ b/ham/tnt/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/06/06 19:31:42 frueauf Exp $ +# + +DISTNAME= tnt1.9-pre3 +PKGNAME= tnt-1.9pre3 +CATEGORIES= ham +MASTER_SITES= ftp://excelsior.kullen.rwth-aachen.de/pub/packet_radio/tnt/ +EXTRACT_SUFX= .tgz + +MAINTAINER= wulf@ping.net.au +HOMEPAGE= http://excelsior.kullen.rwth-aachen.de + +DEPENDS= dialog-0.6z:../../misc/dialog \ + ncurses-1.9.9g:../../devel/ncurses + +USE_GMAKE= yes +GNU_CONFIGURE= yes + +.include "../../mk/bsd.pkg.mk" |