summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ham/tnt/Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/ham/tnt/Makefile b/ham/tnt/Makefile
index 5598d60cb16..73b313d569c 100644
--- a/ham/tnt/Makefile
+++ b/ham/tnt/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.1.1.1 1999/06/06 19:31:42 frueauf Exp $
+# $NetBSD: Makefile,v 1.2 1999/07/06 08:02:02 jlam Exp $
#
DISTNAME= tnt1.9-pre3
-PKGNAME= tnt-1.9pre3
+PKGNAME= tnt-1.9p3
CATEGORIES= ham
MASTER_SITES= ftp://excelsior.kullen.rwth-aachen.de/pub/packet_radio/tnt/
EXTRACT_SUFX= .tgz
@@ -10,10 +10,13 @@ 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
+DEPENDS+= dialog-0.6z:../../misc/dialog
+DEPENDS+= ncurses-4.2:../../devel/ncurses
USE_GMAKE= 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"