summaryrefslogtreecommitdiff
path: root/ham/tnt/Makefile
blob: aa1a71bf4cbf030c85e5f1c33083dcda4b9f3ece (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# $NetBSD: Makefile,v 1.4 2000/01/15 18:46:29 jlam Exp $
#

DISTNAME=	tnt1.9-pre3
PKGNAME=	tnt-1.9p3
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
DEPENDS+=	ncurses>=4.2:../../devel/ncurses

USE_GMAKE=	yes
IS_INTERACTIVE=	yes
GNU_CONFIGURE=	yes
CPPFLAGS+=	-I${LOCALBASE}/include	# for ncurses' termcap.h
LDFLAGS+=	-L${LOCALBASE}/lib	# for -lncurses
CONFIGURE_ENV+=	CPPFLAGS="${CPPFLAGS}"

.include "../../mk/bsd.pkg.mk"