blob: f9e0316ea45f4969f152867baa62b894d4c05778 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $NetBSD: Makefile,v 1.7 2001/02/16 15:13:52 wiz Exp $
#
DISTNAME= tnt-1.9.1
CATEGORIES= ham
MASTER_SITES= ftp://excelsior.kullen.rwth-aachen.de/pub/packet_radio/tnt/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= wulf@ping.net.au
HOMEPAGE= http://excelsior.kullen.rwth-aachen.de
COMMENT= Amateur packet radio terminal program for TNC2, AEA PK232 and PK88
DEPENDS+= dialog-0.6z:../../misc/dialog
USE_GMAKE= yes
GNU_CONFIGURE= yes
.include "../../mk/bsd.pkg.mk"
|