summaryrefslogtreecommitdiff
path: root/ham/tnt/Makefile
blob: a353ccafda9b400f03256f7652e34d7046784cf4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# $NetBSD: Makefile,v 1.28 2011/04/22 13:43:53 obache Exp $
#

DISTNAME=	tnt-1.9.2
PKGREVISION=	1
CATEGORIES=	ham
MASTER_SITES=	ftp://ftp.wspse.de/pub/packet_radio/tnt/

MAINTAINER=	pkgsrc-users@NetBSD.org
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
PKG_DESTDIR_SUPPORT=	user-destdir

USE_TOOLS+=		gmake
USE_PKGLOCALEDIR=	yes
GNU_CONFIGURE=		yes
INFO_FILES=		yes

SUBST_CLASSES+=		missing
SUBST_MESSAGE.missing=	Subst missing replacements with configure
SUBST_STAGE.missing=	post-configure
SUBST_FILES.missing=	intl/Makefile
SUBST_SED.missing=	-e 's,@GT_YES@,\#,g'
SUBST_SED.missing+=	-e 's,@GT_NO@,,g'

.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"