blob: 9478ee06d6b43a888a7124b6d5370630af177a04 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# $NetBSD: Makefile,v 1.24 2007/12/09 13:08:42 obache Exp $
#
DISTNAME= tnt-1.9.2
CATEGORIES= ham
MASTER_SITES= ftp://ftp.wspse.de/pub/packet_radio/tnt/
MAINTAINER= wulf@ping.net.au
HOMEPAGE= http://wspse.de/WSPse/Packet.php3
COMMENT= Amateur packet radio terminal program for TNC2, AEA PK232 and PK88
DEPENDS+= dialog>=0.6z:../../misc/dialog
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_TOOLS+= gmake
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
INFO_FILES= yes
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|